.cta-block {
  padding: 4rem 1rem;
  border-radius: 20px;
}

.parallax-container .background-wrapper {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: -300px;
}
.parallax-container .background {
  width: 100%;
  animation: parallax 4s infinite;
}
@media only screen and (max-width: 510px) {
  .parallax-container .background {
    height: 500px;
    width: auto;
    max-width: none;
    margin-left: -50%;
  }
}
@media only screen and (max-width: 410px) {
  .parallax-container h1 {
    font-size: 6rem !important;
  }
}

/*# sourceMappingURL=hakuma-parallax.css.map */
