section.hero#events {
  background: url(../images/lotus-6474572_1920-pink-left.webp);
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 50vh;
  width: 100%;
  font-size: 1rem;
  text-align: left;
}

section.hero#ev2 {
  background-image: url(../images/lines.png);
  background-color: #ffeff0;
  background-position: 200px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 200%;
  height: auto;
  min-height: 80vh;
  width: 100%;
  position: relative;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* section#eventContent {
  background: url(../images/lines.png);
  background-position: left -1900px bottom -500px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 200%;
  height: auto;
  min-height: 80vh;
  width: 100%;
} */
