/* Extended RSVP Section Height */

#fh5co-started {
  padding: 12em 0 !important;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  #fh5co-started {
    padding: 8em 0 !important;
    min-height: 80vh;
    background-attachment: scroll !important;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-started {
    padding: 6em 0 !important;
    min-height: 70vh;
  }
}
