.rotatingBanner__container {
  height: 130vw;
}
.rotatingBanner__container.banner-full {
  height: inherit;
  margin-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .rotatingBanner__container {
    height: 50vw;
  }
  .rotatingBanner__container.banner-full {
    height: inherit;
    margin-bottom: 120px;
  }
}