.containerDesktop {
  text-align: center;
  margin: 0 auto 0 auto;
  max-width: 866px;
  background: url(BlazeDesignStudio_Logo.png) top no-repeat;
  background-size: contain;
}
.containerLogo {
  position: relative;
  width: 100%;
  max-width: 866px;
  max-height: 614px;
  padding-top: 63%;
}
.containerButtons {
  position: relative;
  width: 100%;
  max-width: 866px;
  text-align: center;
  margin: 0 auto 0 auto;
}
.buttons {
  max-width: 866px;
  width: 100%;
}
.containerMobile {
  text-align: center;
  margin: 0 auto 0 auto;
  max-width: 664px;
  background: url(BlazeDesignStudio_Logo_Mobile.png) top no-repeat;
  background-size: contain;
}
.containerLogoMobile {
  position: relative;
  width: 100%;
  max-width: 664px;
  max-height: 614px;
  padding-top: 82%;
}
.containerButtonsMobile {
  position: relative;
  width: 100%;
  max-width: 664px;
  text-align: center;
  margin: 0 auto 0 auto;
}
.buttonsMobile {
  max-width: 664px;
  width: 100%;
}
.legal {
  font-size: 1.7vw;
  color: #FFF;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
}
@media screen and (min-width: 688px) {
  .legal {
    font-size: 11px;
    color: #FFF;
    font-family: Futura, Trebuchet MS, Arial, sans-serif;
  }
  .containerDesktop {
    display: inherit;
  }
  .containerMobile {
    display: none;
  }
}
@media screen and (max-width: 688px) {
  .containerDesktop {
    display: none;
  }
  .containerMobile {
    display: inherit;
  }
}