/* LBepmarket: four-slide homepage brand layer */
html[data-carousel-brand="lbep"] .carousel::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 166px;
  height: 46px;
  max-width: calc(100% - 28px);
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 9px;
  background: #fff url("/carousel-lbep-logo-63b84678a2e0.png") center / calc(100% - 22px) auto no-repeat;
  opacity: .62;
  box-shadow: 0 2px 6px rgba(4,18,30,.05);
  z-index: 8;
  pointer-events: none;
}
html[data-carousel-brand="lbep"] .carousel::before {
  content: "";
  position: absolute;
  top: 68px;
  left: 16px;
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f26745 0 50%, #49c3df 50% 100%);
  opacity: .5;
  z-index: 8;
  pointer-events: none;
}
@media (max-width: 360px) {
  html[data-carousel-brand="lbep"] .carousel::after { top: 10px; left: 10px; width: 150px; height: 40px; }
  html[data-carousel-brand="lbep"] .carousel::before { top: 56px; left: 12px; }
}
