@charset "utf-8";
/* CSS Document */

/* Base (phone default) */
#full-width-slider {
	clear: both;
	width: 100%;
	background-color: #F8F8F8;
}
.fullWidth {
	max-width: 1440px;
	margin: 0 auto 24px;
}
.infoBlock {
	position: absolute;
	left: 10%;
	top: 34%;
	overflow: hidden;
}
.infoBlock img {
	width: 90%;
	max-width: 600px;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.71));
}

/* Small screens: 0–800px */
@media screen and (min-width: 0px) and (max-width: 800px) {
.royalSlider.heroSlider,
 .royalSlider.heroSlider .rsOverflow {
	height: 300px !important;
}
}

/* Medium screens: ≥960px width and ≥660px height */
@media screen and (min-width: 960px) and (min-height: 660px) {
.heroSlider .rsOverflow,
 .royalSlider.heroSlider {
	height: 520px !important;
}
}

/* Large/tall screens: ≥960px width and ≥1000px height */
@media screen and (min-width: 960px) and (min-height: 1000px) {
.heroSlider .rsOverflow,
 .royalSlider.heroSlider {
	height: 660px !important;
}
}
