@media only screen and (max-width:1440px) {
    button.add-cart-button {
        width : 80% !important;
        height : 42px ;
        line-height : 1;
    }
    button.buy-now-button {
        width : 80% !important;
        height : 42px ;
        line-height : 1;
    }
    .carousel-box .la-play-circle {
        left: 34% !important;
    }
    div.pl-1440-15px {
        padding-left : 15px !important;
    }
}