.nut-video {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;

  &-player {
    width: 100%;
    background: #000;

    &:focus {
      outline: none;
    }
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
}
