.iframe-3d-tour {
  margin-bottom: 4rem;
  width: 100%;
  border: 0;
}

.form-errors-container {
  padding: 10px;
  background: #ff292996;
  color: white;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}

.form__error-message {
  color: #e52b3a;
}

form input.error {
  border-color: #e52b3a;
}

@media (max-width: 430px) {
  .grid-x > .shrink {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .subcat__text {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  h1 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  ul:not([class]) > li {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media (max-width: 1249px) {
  .iframe-3d-tour {
    height: 31.25rem;
  }
}
.boxy__img {
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: auto !important;
}
