.image-slider { position: relative; margin-top: 40px; margin-bottom: 80px; }
.image-slider .image { position: relative; padding-top: 82%; }
.image-slider .image img { position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover; }


@media screen and (max-width:749px){
.image-slider { margin-top: 30px; margin-bottom: 50px; }
.image-slider .page-width { padding-right: 0; }
}