.video-section {
  padding: var(--PT) 0 var(--PB);

  .video-section_container {
    border-radius: 2rem;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;

    &>* {
      height: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      translate: -50% -50%;
      width: 100%;
    }
  }
}