.simple-banner {
  width: 95%;
  margin: 0 auto;
}

.simple-banner__media img {
  display: block;
  width: 100%;
  height: auto;
}

.simple-banner__placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.simple-banner__placeholder .placeholder-svg {
  width: 100%;
  height: 100%;
}
