#full-width-slider{
  width: 100%;
  color: #333;
  overflow:hidden;
}
.fullWidth {
  margin: 0 auto;
}

.rsPreloader {
	
}

/* hide the slide content to avoid messy overlapping while it loads */
.rsImg,
.infoBlock {
	display:none;
}

/* reveal the first slide to maintain height, and active slide avfter everything loads */
.royalSlider .rsSlide:first-child .rsImg,
.royalSlider .rsSlide:first-child .infoBlock,
.royalSlider .rsActiveSlide .rsImg,
.royalSlider .rsActiveSlide .infoBlock {
  display:block;
}


@media screen and (min-width:767px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 480px !important;
  }
}