.dvm-player-panel iframe {
  width: 100%;
  border: 0;
  border-radius: 22px;
}

.dvm-player-panel .dvm-youtube-frame {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  background: #000;
}

.dvm-track-button {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dvm-track-button.is-active {
  border-color: rgba(255, 138, 46, 0.34);
}
