.custom-media {
  position: relative;
  padding: 40px 0;
}
.custom-media-plyr-mp4 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.custom-media__media-decoration {
  display: none;
}
@media only screen and (min-width: 768px) {
  .custom-media {
    padding-top: 110px;
  }
  .custom-media__media-decoration {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.hero-mixed + .custom-media {
  padding: 0;
}