body {
  text-align: center;
  margin: 0;
  font-family: sans-serif;
  color: #fff;
}
body a {
  color: #fff;
}

header h1 {
  display: inline-block;
  width: 200px;
  height: 70px;
  background: url(../../images/logo.svg) no-repeat center center/contain;
  position: absolute;
  font-size: 12px;
  margin: 0;
  left: 10px;
  top: 10px;
  opacity: 0;
}
@media (min-width: 992px) {
  header h1 {
    left: calc(50% - 100px);
    top: 50px;
    z-index: 999;
    opacity: 1;
  }
}
header h1 span {
  opacity: 0;
}

main {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media (min-width: 992px) {
  main {
    flex-direction: row;
  }
}
main .half {
  background: url(../../images/battery-point-room.jpg) no-repeat center center/cover;
  transition: all 0.3s ease-out;
  height: 50vh;
  width: 100%;
}
@media (min-width: 992px) {
  main .half {
    width: 50%;
    height: 100vh;
  }
}
@media (min-width: 992px) {
  main .half:hover h2, main .half:active h2, main .half:focus h2 {
    scale: 1.2;
  }
}
main .half a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  main .half a:before {
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out;
    background: url(../../images/mask-bp.svg) no-repeat center center/cover;
    opacity: 0;
    scale: 1.2;
  }
}
main .half a h2 {
  display: inline-block;
  width: 300px;
  height: 150px;
  background: url(../../images/bp-logo.svg) no-repeat center center/contain;
  transition: all 0.3s ease-out;
}
main .half a h2 span {
  opacity: 0;
}
@media (min-width: 992px) {
  main .half a:hover:before, main .half a:active:before, main .half a:focus:before {
    opacity: 1;
    scale: 1;
  }
}
main .half + .half {
  background-image: url(../../images/hands-and-ladybird.jpg);
}
main .half + .half a:before {
  background-image: url(../../images/mask-lv.svg);
}
main .half + .half a h2 {
  background-image: url(../../images/lv-logo.svg);
}

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