.enjoy_this_weekend_section {
  height: fit-content;
}

@media only screen and (max-width: 767px) {
  .enjoy_this_weekend_section {
    min-height: 800px;
    display: none;
  }
}
