.video-square-responsive {
  width: 90vw;
  max-width: 500px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
}

.video-square-responsive video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
