@font-face {
  font-family: "VCR OSD Mono";
  src: url("../styling/VCROSDMono.woff2") format("woff2"), url("../styling/VCROSDMono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

#caption {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  height: 150px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  font-family: "VCR OSD Mono";
}
#caption p {
  padding: 0 2rem;
}

#videos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding-top: 10px;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "VCR OSD Mono";
}
#videos .video {
  position: relative;
  width: 50vw;
  height: 50%;
  margin: -0.2px;
  padding: 0;
  overflow: hidden;
}
#videos .video h3 {
  position: absolute;
  color: #fff;
  z-index: 99;
  font-size: 1rem;
  max-width: 90%;
  left: 3rem;
  top: 1rem;
  width: 100%;
  text-emphasis: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
}
#videos .video h4[status] {
  position: absolute;
  color: #fff;
  z-index: 99;
  right: 1rem;
  top: 0.75em;
  width: 150px;
  text-transform: uppercase;
  mix-blend-mode: difference;
}
#videos .video video {
  transform: scale(1.2);
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#videos .video::after {
  box-shadow: inset 0 0 50px #000, inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 150px #000, inset 0 0 250px #000;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#videos .video.full {
  z-index: 999;
  position: absolute;
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  background: #000;
  filter: saturate(1.4);
}
#videos .video.full h4, #videos .video.full h3 {
  margin: 2rem;
}
#videos .video.full video {
  transform: scale(1);
  height: auto;
  object-fit: cover;
}

#videos::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(noise.gif);
  opacity: 0.4;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.video[inactive] {
  opacity: 0.8;
}
.video[inactive] h4[status] {
  opacity: 0;
}

/*# sourceMappingURL=styling.css.map */
