.home-product-img{
    height: 330px !important;
    object-fit: cover;
}
.page-product-img{
    height: 300px !important;
    object-fit: cover; 
}
.photo-gallery-img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.pdf-gallery-box a {
    width: 100%;
}

@media(max-width:991px){
    .content-wrapper{
        flex-direction: column-reverse !important;
    }
}