.run-notice-video-card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

.run-notice-video-card .run-notice-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 240px;
  object-fit: cover;
  transform: none;
  z-index: 0;
  pointer-events: none;
  background: #111827;
}

.run-notice-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.38), rgba(0,0,0,.14)),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.30));
  z-index: 1;
  pointer-events: none;
}

.run-notice-video-card .n-carousel {
  position: relative;
  z-index: 2;
}

.run-notice-video-card .n-carousel [style*="background"] {
  background: transparent !important;
}

.run-notice-video-card .carousel-img[data-v-2492d831] {
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.run-notice-video-card .carousel-img[data-v-2492d831] > * {
  position: relative;
  z-index: 3;
}

/* TopLink VPN split-device notice video: desktop and mobile both cover the card. */
@media (min-width: 768px) {
  .run-notice-video-card .run-notice-video-bg {
    object-fit: cover !important;
  }
}

@media (max-width: 767px) {
  .run-notice-video-card .run-notice-video-bg {
    object-fit: cover !important;
  }
}
