.banner-wrapper {
  width: 100vw;
  height: 90vh;
  overflow: hidden;
  position: relative;
  background-color: #24252a;
  background-attachment: fixed;
  filter: brightness(90%);
}

#banner {
  top: 0;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#footer {
  display: flex;
  align-items: center;
  text-align: left;
}
