/* BXYZ:..:eliot@bosmanxyz.xyz:..:.www.bosmanxyz.xyz */

/* video background - helt enkelt */
.hero-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

/* dölj play button och alla media controls på chrome mobile */
.video-background::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
}

.video-background::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.video-background::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.video-background::-webkit-media-controls-enclosure {
  display: none !important;
}

.video-background::-webkit-media-controls-panel {
  display: none !important;
}

.video-background::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* remove box shadow on home page nav */
body:not(.blog-page):not(.cv-page):not(.book-page) .nav-header {
  box-shadow: none;
}
