@charset "UTF-8";
/* CSS Document */



header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: -1px;
    height: 11615px;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}
