@media (min-width: 768px) {
    #home-product-hot .banner-collection, #home-product-hot .box-collection {
        width: 50%;
    }
    #home-product-hot .banner-efect {
        height: 600px;
    }
    #home-product-hot .banner-efect img {
        height: 100%;
    }
    #home-product-hot .banner-efect a img {
        object-fit: scale-down;
    }
    .wrapper-home-collection .box-collection {
        height: 100%;
    }
}