.img-wrapper{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}
.img-wrapper img{height:100%;max-height:600px}
.img-wrapper>div{position:relative}
.img-wrapper a{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}
@media only screen and (min-width:320px) and (max-width:767.69px){.img-wrapper{grid-template-columns:1fr;row-gap:24px}
.img-wrapper img{max-height:450px;object-fit:contain}
}