.video-section__media {
  position: relative;
  max-width: 320px !important;
  margin: 0 auto !important;
  aspect-ratio: 9 / 16 !important;
  padding-bottom: 0 !important;
}

.video-section__media.global-media-settings--full-width {
  padding-bottom: 0 !important;
}

.video-section__poster,
.video-section__media iframe,
.video-section__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-section__media video {
  object-fit: cover;
  background: #000;
}