/*  Mob */
@media only screen and (max-device-width: 767px)
{

    #right_Mobile
    {
        display: none !important;
    }
    .main-vid11_d
    {
        display: none !important;
    }
    .mb_vd_d
    {
        height: 242px !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .caption
    {
       display: none !important;
    }

}
/* tablet */
@media only screen and (max-device-width:1024px) and (min-device-width: 768px)
{


}

