.parallax-container {
  display: block !important;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 60rem;
}

@media screen and (max-width: 749px) {
  .parallax-container {
    background-attachment: unset;
    min-height: 20rem;
  }
}
