.parallax-container {
  height: 100vh;
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  top: -150px;
  background-position-y: -550px !important;
}


.ocean-layer {
  position: absolute;
  top: 300px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
}


.sand-layer {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.event-logo {
  position: relative;
  top: 100px;
}

