#lazer-video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: 100;
}


.nonFlexRow {
  width: 90%;
  margin: 1rem;
}


main {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

main.start{
  background-image: url("../img/video-start.jpg");
  z-index: -1000;
}

main.ended{
  background-image: url("../img/video-ended.jpg");
}

.enter-site{
  z-index: 10000;
}

#lazer-waves .lazer-waves-container{
  position: fixed;
  bottom: -10% !important;
  left:0;
  width: 100%;
  height: 352px;
  text-align: center;
}
#lazer-waves .lazer-waves-container .lazer-canvas{
  display:block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 900;
}
#lazer-waves .lazer-waves-container .lazer-canvas.hidden{
  display: none;
}

.logo-container{
  flex: none;
  z-index: 1000;
  font-family: alien;
  text-align: center;
}
.logo-container a{
  color: white;
  text-decoration: none;
  font-family: alien;
  font-size: 6em;
  display: block;
  position: relative;
  top:-190px;
  font-weight: bold;
}
.logo-container img{
  max-width: 768px;
}
@media only screen and (orientation: portrait) {
  main, #lazer-waves, video {
    display: none !important;
  }

}
