/* .index-header-picture {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: auto;
  filter: brightness(0.5) blur(0.1px);
} */

.index-header-picture {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100dvh;
  object-fit: cover;
  /* transform: translate(-50%); */
  overflow: hidden;
  /* background-size: cover; */
  /* background-position: center; */
  filter: brightness(0.5) blur(0.1px);
}
.index-header-div {
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-header-text {
  /* position: absolute; */
  /* top: 10vw;
  left: 50%;
  transform: translate(-50%, -50%); */
  padding: 0;
  margin: 0;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  text-shadow: 0px 0px 10px black;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.play-arrow:hover .circle {
  border: 0.6vw solid #0E3D72
}
.play-arrow:hover .triangle {
  border-left: 5vw solid #0E3D72;
}

.index-header-uxbridge-logo {
  /* position: absolute;
  top: 30vw;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 20%;
  object-fit: cover;
  background-color: white;
  padding: 1em; */

  position: absolute;
  width: 20%;
  /* height: fit-content; */
  top: 0%;
  left: 1%;
}

.index-header-uxbridge-logos {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 24vw;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.350);
  /* padding: 1em; */
}

.concept-p {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1vw;
  background-color: white;
  color: #1C5828;
  font-style: italic;
  font-size: 1vw;
  font-weight: 900;
}

.index-header-play-button {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-header-text-block {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 25%;
  text-align: right;
  color: white;
  font-size: 1.25vw;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-shadow: 0px 0px 10px black;
}

.circle {
  display: inline-block;
  border: 0.6vw solid #ffffff;
  border-radius: 7vw;
  padding: 1.1vw;
  height: 9vw;
  width: 9vw;
}

.circle .triangle {
  display: inline-block;
  border-top: 3vw solid transparent;
  border-bottom: 3vw solid transparent;
  border-left: 5vw solid #ffffff;
  transform: translate(50%, 25%);
}

.warning {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  background-color: rgba(0, 0, 0);
}

.warning-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3vw;
  font-weight: bold;
  text-shadow: 0px 0px 10px black;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

@media (min-aspect-ratio: 1079/810) {
  .warning {
    display: none;
  }
}
