.royalSlider{
	width:100%;
	height: 100%;
	background-color: #ffffff;
}

.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	
	/*
width: auto;
	height: auto;
*/
	
}






@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      /* height: 520px !important; */
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        /* height: 660px !important; */
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
   /*  height: 300px !important; */
  }
}