#my-vidstack-player {
  width: 100vw;
  height: 100vh;
  display: block;
}

.watch-on-link {
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: .5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: .75rem;
  font-family: Open Sans, sans-serif;
  transition: background 0.2s;
  pointer-events: auto;

  &:hover {
    background: rgba(0, 0, 0, 0.95);
    transition: background 0.2s;
  }

}

iframe.vds-youtube[data-no-controls] {
  height: 100%;
}