.commercial_premium_container   {
    height:256px; 
    overflow:hidden; 
    margin-bottom:20px; 
    clear:both; 
    width:2500px;
}
    .premiumbanner iframe  {
        max-width:295px !important;
        margin-left:2px;
    }

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 
    /* iPhone Landscape */
    .content-side  {
        flex:0 0 100% !important;
        max-width:100% !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    /*  iPad Portrait   */
    .content-side  {
        flex:0 0 100% !important;
        max-width:100% !important;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    /*  iPad Landscape   */
    body    {
    }
    .commercial_premium_container   {
        height: unset !important;
        width:auto !important;
    }
    .premiumbanner iframe  {
        max-width:295px !important;
        margin-left:2px;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {
    /*  iPad Mini   */
    main .container .content div.content-side   {
        flex:0 0 100% !important;
        max-width: 100% !important;
    }
}