/* Show the first homepage slide before the legacy carousel JavaScript loads. */
#rev_slider_home.hero-fallback {
  display: block !important;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #222;
}

#rev_slider_home.hero-fallback > ul,
#rev_slider_home.hero-fallback > ul > li:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  visibility: visible !important;
}

#rev_slider_home.hero-fallback > ul > li:not(:first-child) {
  display: none;
}

#rev_slider_home.hero-fallback > ul > li:first-child > .rev-slidebg {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 30%;
}

#rev_slider_home.hero-fallback > ul > li:first-child > .tp-caption {
  visibility: hidden !important;
}

@media (max-width: 1024px) {
  #rev_slider_home.hero-fallback { height: 550px; }
}

@media (max-width: 778px) {
  #rev_slider_home.hero-fallback { height: 500px; }
}

@media (max-width: 480px) {
  #rev_slider_home.hero-fallback { height: 450px; }
}