.video-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.video-section__video {
  height: 100%;
  width: -webkit-fill-available;
}

@media screen and (min-width: 750px) {
  .video-section__container {
    flex-direction: row;
  }
}
