/*your custom css goes here*/
.slick-slide img {
    object-fit:contain;
}

.btn-review-details{
    width: unset;
}

@media screen and (max-width: 1500px) {
    .btn-review-details{
        width: -webkit-fill-available;
    }
}