/**
 * Landing overrides (load after style.css).
 * Preloader logo — kept here so theme updates to style.css are less likely to reset size.
 */
.preloader:after {
  height: 320px;
  width: 320px;
  margin-left: -160px;
  margin-top: -175px;
  background-size: 280px;
}

.preloader:before {
  margin-top: 110px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .preloader:after {
    height: 240px;
    width: 240px;
    margin-left: -120px;
    margin-top: -130px;
    background-size: 210px;
  }

  .preloader:before {
    margin-top: 85px;
    font-size: 16px;
  }
}
