.media-banner {
  width: 100%;
  height: calc(100vw * 0.69);
}

@media (width >= 1024px) {
  .media-banner {
    height: calc(100vw * 0.476);
  }
}
