.image_content_section .image_wrapper{
    width: 100%;
    height: 100%;
}
.image_content_section .image_wrapper img{
    max-height: 600px;
    width: auto;
    min-height: 150px;
}
.image_content_section .image_wrapper .cover_image{
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:991px){
    .image_content_section .image_wrapper img{
        /* min-width: 100%; */
        /* object-fit: cover; */
    }
}