/* Global Stylesheets */
/* Configuration */
@import "//styleguide.helios.stereobrand.com/assets/css/helios.global.css";
/* Vendor overrides */
/* App Stylesheets */
.img-fluid {
  width: 100%;
}

#intro {
  top: 0;
  z-index: 1020;
  overflow: hidden;
  background: radial-gradient(circle at center, #e0001e 20%, #47000a);
}
#intro .wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
#intro #rotor {
  display: block;
  width: 50vw;
  height: 50vw;
  position: fixed;
  top: calc(50vh - 25vw);
  left: -5vw;
  background: transparent url("../img/intro-rotor.png") center/contain no-repeat;
  pointer-events: none;
}
#intro #slogan {
  display: block;
  width: 45vw;
  height: 50vw;
  position: absolute;
  top: calc(50vh - 25vw);
  left: 50vw;
  background: transparent url("../img/intro-slogan.svg") center/contain no-repeat;
}

content {
  display: block;
}

.swiper-wrapper {
  height: 100vh;
}
