header {
  background: transparent !important;
  box-shadow: none !important;
  z-index: 2;
}

.frontpage-360-hero {
  width: 100%;
  position: relative;
  margin-top: -125px;
}
.frontpage-360-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/wp-content/plugins/tivala/assets/images/backgrounds/m20_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 800px) {
  .frontpage-360-hero {
    max-height: initial;
  }
}

.frontpage-360-hero-inner {
  display: flex;
  height: 100dvh;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  padding: 40px;
}
@media all and (max-width: 800px) {
  .frontpage-360-hero-inner {
    text-align: center;
  }
}
.frontpage-360-hero-inner h1 {
  font-size: 36px;
  font-weight: 500;
  font-family: "ProximaNova-Bold";
  max-width: 700px;
  text-align: center;
  margin-bottom: 0;
}
@media all and (max-width: 800px) {
  .frontpage-360-hero-inner h1 {
    font-size: 24px;
  }
}
.frontpage-360-hero-inner p {
  font-size: 18px;
}
@media all and (max-width: 800px) {
  .frontpage-360-hero-inner p {
    font-size: 16px;
  }
}
@media all and (max-width: 1450px) {
  .frontpage-360-hero-inner {
    max-width: 100%;
  }
}
@media all and (max-width: 800px) {
  .frontpage-360-hero-inner {
    height: 600px;
  }
}

.frontpage-360-button-wrap {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-360 {
  width: 600px;
  height: 525px;
  display: flex;
}
@media all and (max-width: 800px) {
  .wrapper-360 {
    width: 250px;
    height: 200px;
  }
}

.cloudimage-360 {
  width: 100%;
  height: 100%;
}

.cloudimage-360-loader {
  display: none;
}

.cloudimage-360-view-360-icon {
  display: none;
}

.cloudimage-360-inner-box canvas {
  margin-left: -35px;
}
@media all and (max-width: 800px) {
  .cloudimage-360-inner-box canvas {
    margin-left: 0;
  }
}/*# sourceMappingURL=360-header.css.map */