.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--video-and-copy .video {
  box-shadow: 0 0.25rem 3.75rem 0 rgba(0, 0, 0, 0.2);
  aspect-ratio: 16/9;
  background-color: #fff;
}
.block--video-and-copy .video .video_poster {
  -o-object-fit: cover;
     object-fit: cover;
}
.block--video-and-copy .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  z-index: 2;
  cursor: pointer;
}
.block--video-and-copy .video_play span {
  text-indent: -9999px;
}
.block--video-and-copy .video_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
