.section-media {
  position: relative;
}
.section-media img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}