.nikvideo-wrap { max-width: 100%; margin: 1.5em 0; }
.nikvideo-player { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #111; overflow: hidden; border-radius: 8px; }
@supports not (aspect-ratio: 16 / 9) {
  .nikvideo-player { height: 0; padding-top: 56.25%; }
  .nikvideo-player video,
  .nikvideo-player .nikvideo-cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}
.nikvideo-player video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; background: #000; }
.nikvideo-cover { position: absolute; inset: 0; width: 100%; height: 100%; background-size: cover; background-position: center; background-color: #222; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.nikvideo-cover--noimg { background-color: #2a2a2a; }
.nikvideo-play-btn { width: 64px; height: 64px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; }
.nikvideo-cover:hover .nikvideo-play-btn,
.nikvideo-play-btn:focus { background: rgba(0, 0, 0, 0.85); transform: scale(1.08); outline: none; }
.nikvideo-play-icon { width: 0; height: 0; border-style: solid; border-width: 14px 0 14px 22px; border-color: transparent transparent transparent #fff; margin-left: 4px; }
