body, html {
  height: 90vh;
  width: 100vw;
  overflow: hidden;
  margin: 0;
  border: 0;
}

#videoBox {
  position: relative;
  width: 100vw;
  height: auto;
  margin-left: 50vw;
  margin-top: 50vh;
  -webkit-transform: translate(-50vw, -55vh);
          transform: translate(-50vw, -55vh);
}

#GIF {
  position: absolute;
  -webkit-transform: translateY(-20%) !important;
          transform: translateY(-20%) !important;
  display: none;
  z-index: 3;
  top: 5vh;
  width: 100vw;
  height: auto;
  margin-left: 0vw;
}

#video {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  max-height: 100vh;
  height: auto;
  margin-left: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#left, #right {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
}

#center {
  width: 33%;
  text-align: center;
}

#left, #right, #center {
  float: left;
}

#right {
  text-align: right;
}

#footer {
  width: 100vw;
  height: 3vh;
  position: fixed;
  bottom: 10px;
  background-color: white;
}

#logo {
  position: absolute;
  z-index: 1000;
  top: 1vh;
  left: 1vh;
  margin: 2vw;
  width: 5vw;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  color: #53b895;
}

#logo img {
  position: relative;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#content {
  width: 100vw;
  height: 3vh;
  font-size: 15px;
  color: #003838;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #003838;
  text-decoration: none;
}

@media (max-width: 850px) {
  #pIva {
    display: none;
  }
}

@media (max-aspect-ratio: 1 / 1) {
  #left, #right, #center {
    font-size: 3vw;
  }
  #pIva {
    display: none;
  }
  #videoBox {
    -webkit-transform: translate(-53%, -75%) scale(1.6);
            transform: translate(-53%, -75%) scale(1.6);
  }
  #logo {
    width: 10vw;
  }
  #GIF {
    display: initial;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  #video {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */