@charset "utf-8";
/* CSS Document */
@import 'audiowide.css';
body {
  background-image: url("../images/god_vector_touch_opaque_blue.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
}
@media only screen and (max-aspect-ratio: 1.2) {
  body {
    background-image: url("../images/god_vector_touch_opaque_blue_mobile.jpg");
  }
}
.container {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 45vw;
}
.responsive-iframe {
  font-size: 100%;
  transform: scale(1.0);
  transform-origin: center;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}