/*
Theme Name: Astra Child
Template: astra
*/

.video-fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.video-fullscreen-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
