/* Add these rules to the stylesheet that contains the Stories section. */
.story-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-video {
  position: relative;
  overflow: hidden;
}

.story-video video.story-media {
  background: #071d4b;
}

.story-video-player {
  position: relative;
  z-index: 1;
  pointer-events: auto !important;
}

.story-video .play-button {
  z-index: 2;
}

.story-media-placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 2rem;
  color: #fff;
  background: #0b2860;
  text-align: center;
}

.play-button[hidden] {
  display: none;
}

.story-gallery-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-gallery-item video.story-gallery-media {
  background: #071d4b;
}
