@media (max-width: 795px) {
    .span_1_of_3 {
        width:48%;
    }
    #myInputTextField {
        float: none;
        margin-bottom: 20px;
    }
    #addsponsored {
        display: block;
        margin-left: auto;
        margin-top: 15px;
    }
    /* Lightbox Mobile */
    .fancybox-wrap{
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }
    .fancybox-outer{
        width:100% !important;
    }
    .fancybox-inner{
        overflow: scroll !important;
        height: 100% !important;
        width:100% !important;
    }
    #card-form {
        text-align: center !important;
        width: 100% !important;
        height: 100% !important;
    }
}
