/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.background-image > .banner-image-button {
  height: fit-content;
  min-height: 300px !important;
  min-width: 100%;
  opacity: 50%;
}
.top-range {
  width: 47%;
  float: left;
  margin-right: 4%;
  margin-left: 15px;
}
.bottom-range {
  width: 47%;
  float: left;
}
.range-selectors {
  margin-bottom: 100px;
}

@media (max-width: 1048px) {
  .range-selectors {
    margin-bottom: 180px;
  }

  .bottom-range {
    margin-left: 15px;
  }
}
