:root,
page {
  --nut-scale-f: 1;
  --nut-scale-font: var(--nut-scale-f, 1);
  --nut-scale-icon: var(--nut-scale-f, 1);
  --nut-icon-height: calc(16px * var(--nut-scale-icon, var(--nut-scale-f, 1))) !important;
  --nut-icon-width: calc(16px * var(--nut-scale-icon, var(--nut-scale-f, 1))) !important;
  --nut-icon-line-height: calc(16px * var(--nut-scale-icon, var(--nut-scale-f, 1))) !important;
}

/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-video {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.nut-video-player {
  width: 100%;
  background: #000;
}
.nut-video-player:focus {
  outline: none;
}
.nut-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}