.video-section__title {
  display: none;
  font-size: 38px;
  line-height: 1;
  color: #040921;
  text-align: left;
  font-weight: bold;
  margin-bottom: 60px;
  margin-top: 0;
}

.video-section__player {
  height: calc(100vh - var(--header-height, 50px));
}

.video-section__player > * {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .video-section {
    padding: 0 0 64px;
  }

  .video-section__title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 24px;
  }

  .video-section__player {
    height: auto;
    aspect-ratio: 375 / 211;
  }
}