.system-template__video video,
.load-relief-system__media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: inherit;
  object-fit: cover;
  opacity: .86;
}

.system-template__video [data-x1-video-toggle],
.load-relief-system__media [data-x1-video-toggle] {
  cursor: pointer;
}

.system-template__video [data-x1-video-toggle]:focus-visible,
.load-relief-system__media [data-x1-video-toggle]:focus-visible {
  outline: 3px solid #ffad91;
  outline-offset: 4px;
}

.system-template__video [data-x1-video-toggle]:disabled,
.load-relief-system__media [data-x1-video-toggle]:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.system-template__video-label [data-x1-video-status] {
  display: inline-flex;
  align-items: center;
}

.x1-hero-video__toggle {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.58);
  color: #ffffff;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.x1-hero-video__toggle:hover {
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.78);
}

.x1-hero-video__toggle:focus-visible {
  outline: 3px solid #ffad91;
  outline-offset: 3px;
}

.x1-hero-video__toggle:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

@media (min-width: 768px) {
  .load-relief-system__step {
    padding-bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .system-template__video video,
  .load-relief-system__media video {
    transition: none;
  }
}
