.swiper-slide img { width: 100%; height: 100%; object-fit: cover; }


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)
{
    .swiper { width: 767px; height: 90px; }

    .mb-ads {
       display: none;
     }

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and  (max-width: 768px)
{
    .lg-ads {
       display: none;
     }

     .swiper {
        max-width: 300px !important;
        max-height: 250px !important;
     }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{
    .lg-ads {
       display: none;
     }

     .swiper {
        max-width: 300px !important;
        height: 250px !important;
     }
}


.sd-ads {
    max-width: 300px !important;
    height: 250px !important;
}