.banner-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
  z-index: 5;
  pointer-events: none;
}

@media (orientation: landscape) {
  .banner-bottom {
    max-width: 48%;
  }
}