.team-video-playlist__player {
  aspect-ratio: 1/1;
  width: 100%;
}

@media (min-width: 782px) {
  .team-video-playlist__player {
    max-width: 480px;
    margin: 0 auto;
  }
}