

/* CSS from section stylesheet tags */
.spacer {
  width: 100%;
  display: block;
}

@media screen and (max-width: 749px) {
  .spacer {
    height: var(--mobile-height) !important;
  }
}