* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: #070b18;
}

.hero {
  position: relative;
  width: 100%;
  background-color: #070b18;
  background-image: var(--hero-image);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.pc-actions,
.pc-class-carousel,
.pc-class-description,
.pc-download-actions,
.wap-actions,
.wap-class-carousel,
.wap-class-description,
.wap-download-actions {
  display: none;
}
