/* Keep the existing vpsgys banner design while preventing edge clipping. */
@media (min-width: 992px) {
  .creative-fullpage--slider .slider-inner .swiper-content {
    width: min(80rem, calc(100% - 4rem)) !important;
  }
}

.creative-fullpage--slider .slider-inner .swiper-content .Hui-label {
  color: #1769e8 !important;
  padding: .25rem .65rem !important;
  border: 1px solid rgba(23, 105, 232, .18) !important;
  border-radius: 999px !important;
  background: rgba(238, 245, 255, .86) !important;
  font-weight: 650 !important;
}
