body {
  margin: 0;
  padding: 5px;
  overflow: hidden;
}

#dinkPlayer {
  width: 100vw;
  aspect-ratio: 16 / 9;
}

.disable-ios-menu {
  -webkit-touch-callout: none; /* disables iOS menu */
  -webkit-user-select: none;   /* prevents text selection */
  user-select: none;
}