.contain-wrapper {
max-height: 450px;
}
.section-image.object-fit-contain {
max-height: 450px;
width: auto;
object-fit: contain;
}