.hero {
  height: 100vh;
  max-height: 30.5rem;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  background-size: cover;
  background-position: center;
  padding: 0 1.125rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero .container {
  width: 100%;
}
.hero h1 {
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  -webkit-animation: fadeUpAnimation 1s ease 0.5s forwards;
          animation: fadeUpAnimation 1s ease 0.5s forwards;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.hero .grass {
  display: block;
}

.editor-styles-wrapper .hero {
  position: relative !important;
}
