.sbm-display {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
}
.sbm-display[hidden] {
  display: none !important;
}
.sbm-stage {
  aspect-ratio: 8/1;
  width: 100%;
  overflow: hidden;
}
.sbm-stage a,
.sbm-stage picture {
  display: block;
  width: 100%;
  height: 100%;
}
.sbm-stage img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  border: 0;
  margin: 0;
  padding: 0;
}
.sbm-pause {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 2;
  border: 1px solid #cad3df;
  border-radius: 4px;
  background: #fff;
  color: #132238;
  font:
    11px/1.5 system-ui,
    sans-serif;
  padding: 2px 7px;
  opacity: 0;
  cursor: pointer;
}
.sbm-display:hover .sbm-pause,
.sbm-display:focus-within .sbm-pause,
.sbm-pause[aria-pressed='true'] {
  opacity: 1;
}
.sbm-pause:focus-visible {
  outline: 3px solid #235ee7;
  outline-offset: 2px;
}
@media (hover: none) {
  .sbm-pause {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sbm-pause {
    opacity: 1;
  }
}
