.player {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 1.5rem;
  border: .1rem dashed #5bb48d;
  background-color: #274032;
}

.iframe {
  width: 100%;
  height: 100%;
  z-index: 1;
  border: none;
  position: absolute;
  border-radius: 1.4rem;
}
