.products-other-image {
    height:180px;
    text-align: center;
    padding:10px 0px 0px 0px;
}
.products-other-image img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    margin:0 auto;
}
.product-page .products-other__col {
    padding-top:25px !important;
    padding-bottom:25px !important;
    height:460px !important;
}
.product-page .product-other__col-header {
    padding-top:25px !important;
    padding-bottom:25px !important;
    height:460px !important;
}
@media (max-width:600px) {
    .slider.other  .slick-initialized .slick-slide {
        grid-template-columns:repeat(1, 1fr) !important;
    }
    .product-page .product-other__content-row .products-other__row .products-other__col.slick-slide {
        height:430px !important;
    }
}
