@media only screen and (min-width: 960px) {
    #newest-products .container .newest-products-inner .row .newest-content .swiper-newest-products .swiper-wrapper .swiper-slide .item .top-image img,
    #best-seller .container .best-seller-inner .row .seller-content .swiper-best-seller .swiper-wrapper .swiper-slide .item .top-image img ,
    #custom-products .container .custom-products-inner .row .custom-content .swiper-custom-products .swiper-wrapper .swiper-slide .item .top-image img
    {
        height: 120px;
        width: 100%;
    }
}
@media only screen and (min-width: 1280px) {
    #newest-products .container .newest-products-inner .row .newest-content .swiper-newest-products .swiper-wrapper .swiper-slide .item .top-image img,
    #best-seller .container .best-seller-inner .row .seller-content .swiper-best-seller .swiper-wrapper .swiper-slide .item .top-image img ,
    #custom-products .container .custom-products-inner .row .custom-content .swiper-custom-products .swiper-wrapper .swiper-slide .item .top-image img
    {
        height: 200px;
        width: 100%;
    }
}
@media only screen and (max-device-width: 480px) {
    #newest-products .container .newest-products-inner .row .newest-content .swiper-newest-products .swiper-wrapper .swiper-slide .item .top-image img,
    #best-seller .container .best-seller-inner .row .seller-content .swiper-best-seller .swiper-wrapper .swiper-slide .item .top-image img ,
    #custom-products .container .custom-products-inner .row .custom-content .swiper-custom-products .swiper-wrapper .swiper-slide .item .top-image img
    {
        height: 100px;
        width: 100%;
    }
}
@media only screen and (device-width: 768px) {
    #newest-products .container .newest-products-inner .row .newest-content .swiper-newest-products .swiper-wrapper .swiper-slide .item .top-image img,
    #best-seller .container .best-seller-inner .row .seller-content .swiper-best-seller .swiper-wrapper .swiper-slide .item .top-image img ,
    #custom-products .container .custom-products-inner .row .custom-content .swiper-custom-products .swiper-wrapper .swiper-slide .item .top-image img
    {
        height: 100px;
        width: 100%;
    }
}
