/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/blocks/view-360.scss ***!
  \******************************************************************************************************************************************************************************************/
.view-360 {
  padding: 24px 0;
  position: relative;
}
.view-360 .overlay-view-360 {
  display: none;
}
@media screen and (max-width: 599px) {
  .view-360 .overlay-view-360 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .view-360 .overlay-view-360.hidden {
    display: none;
  }
  .view-360 .overlay-view-360 span {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.095px;
    text-transform: uppercase;
  }
}
.view-360 h2 {
  padding: 0 0 24px;
}
.view-360 p {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.036px;
  padding: 0 0 32px;
}
@media screen and (max-width: 599px) {
  .view-360 p {
    font-size: 19px;
    letter-spacing: 0.029px;
  }
}
.view-360 iframe {
  border-radius: 24px;
}
