.block.block-large-video .large-video-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.block.block-large-video .placeholder-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.block.block-large-video .prose.wysiwyg p {
  color: var(--color-grey-60);
}

.block.block-large-video img {
  width: 100%;
}

.block.block-large-video .large-video-content {
  position: absolute;
  z-index: 3;
  /*   padding: 1rem; */
  /*     padding-top: 90px; */
  cursor: pointer;
}

.block.block-large-video .large-video-content .h2 {
  color: var(--white);
}

.block.block-large-video .video-container {
  height: 406px;
}

@media (min-width: 768px) {
  .block.block-large-video .video-container {
    height: 716px;
  }
}

.block.block-large-video.has-multiple .video-container {
  height: auto;
  aspect-ratio: 16 / 9;
}
