#slider-desktop, #slider-mobile {
	width: 100%;
	color: #000;
}
.royalSlider > .rsContent {
	visibility:hidden;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.fullWidth {
	max-width: 1400px;
	margin: 0 auto 24px;
}
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 100% !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
	.infoBlock {
		padding: 10px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 5px;
		top: 5px;
		right: auto;
		font-size: 12px;
	}
	.infoBlock h3 {
		font-size: 14px;
		line-height: 17px;
	}
}
