body {
	background-color: #000;
}

.bg-image {
  position: fixed;
  inset: 0;
  background-image: url("../images/comingattractions.png");
  background-repeat: repeat;
   background-size: 50vw auto;
  background-position: center top;
  z-index: -2;
}

#overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  z-index: -1;
}

