
/* This must come first before below schema (Ref:101) */
.view_for_mobile {
    display: none;
}

.vm_signup_video {
    width: 23%;
    border: 0px !important;
    border-color: #fff !important;
    display: inline-block;
    vertical-align: top;
}

.vm_signup_description1 {
    width: 75%;
    border: 0px !important;
    border-color: #fff !important;
    display: inline-block;
    font-size: 15px;
    padding: 10px;
}

/* (Ref:101) portrait tablet */
/* portrait tablet */
@media only screen and (max-width: 767px) {
    .about-us-advertising,
    .about-us-quantcast {
        width:100%
    }

    #vm_custom_eNewsSignup
    {
        width: 100% !important;
    }

    .vm_signup_video,
    .vm_signup_description1
    {
        width: 100% !important;
        font-size: 20px;
    }


    .view_for_default {
        display: none;
    }
    .view_for_mobile {
        display: block;
    }
}

.about-us-quantcast {
    float:right;
    width:70%
}

.about-us-advertising {
    float:left;
    width: 30%;
}


