/* The CRMEB DIY banner uses rpx height on desktop; preserve full ad copy there. */
@media (min-width: 768px) {
  .swiperBg .swiper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiperBg .swiper uni-swiper,
  .swiperBg .swiper .uni-swiper,
  .swiperBg .swiper .slide-image {
    height: calc(40vw - 16px) !important;
    max-height: 480px !important;
  }
}
