.single-image-section { width: 100%; position: relative; overflow: hidden; }
.single-image-section .image_wrap { display: flex; width: 100%; height: 631px; position: relative; overflow: hidden; }
.single-image-section .image_wrap img { position: absolute; left: 0; top: -120px; width: 100%; height: calc(100% + 240px); object-fit: cover;     transform: translateY(0); will-change: transform; }
.single-image-section .image_wrap .overlay { width: 100%; height: calc(100% + 240px); position: absolute; left: 0; top: -120px; z-index: 3; opacity: 0.5; mix-blend-mode: multiply; background-blend-mode: multiply; background: #111519; }
.single-image-section .image_wrap a{display: block ;width: 100%; position: relative; height: 100%;}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-image-section .image_wrap { height: 550px; }
}

@media (max-width: 767px) {
    .single-image-section .image_wrap { height: 355px; }
}