* {
  /* loads mazda site font family */
  font-family: MazdaType,helvetica,arial,sans-serif;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

#container21027 {
  width: 100vw;
  height: 90vh;
  position: relative;
  
}
@media (min-width: 415px) and (min-height: 901px) {
  #container21027 {
    height: 900px;
  }
}
#vr-container21027 {
  width: 100% !important;
  height: 100% !important;
  position:absolute !important;
  top: 0;
  left: 0;
}
#vr-container21027 > div {
  width: 100% !important;
  height: 100% !important;
}
#vr-container21027 > div canvas {
  width: 100% !important;
  height: 100% !important;
}

.lds-ring {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.supported #load-button21027 {
  text-align: center;
  font-size: 13px;
  border-radius: 2px;
  padding: 16px;
  letter-spacing: 1.4px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  width: 260px;
}

.cover-image {
  height: 100%;
  background-image: url('https://res.cloudinary.com/mazdaeu/image/upload/q_auto,f_auto/mazdauk/globalassets/360-modules/mazda3/mazda3-hatchback.png?49a615=');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cover-image .supported, .cover-image .not-supported, .cover-image .not-supported .gray-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cover-image .gray-cover {
  background-color: #6D7278;
  opacity: 0.9;
}
.not-supported {
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-supported .content {
  text-align: center;
  position: relative;
}
.not-supported .content img {
  width: 75px;
  height: 75px;
  margin: 0 auto 35px;
}
.not-supported .content p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}
.not-supported .content p.title {
  text-transform: uppercase;
}
.hidden {
  display: none;
}
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 9999999;
  padding: 10px;
  cursor: pointer;
}
