#full-width-slider {
width: 100%;
color: #000;
}

.fullWidth {
max-width: 1360px;
margin: auto;
}

.coloredBlock {
padding: 12px;
background: rgba(255,0,0,0.6);
color: #000;
/*width: 200px;*/
left: 20%;
top: 5%;
}
.infoBlock {
position: absolute;
top: 30px;
right: 30px;
left: auto;
max-width: 95%;
padding-bottom: 0;
background: #000;
background: rgba(255, 255, 255, 0.8);
overflow: hidden;
padding: 20px;
}
.infoBlockLeftBlack {
color: #FFF;
background: #000;
background: rgba(0,0,0,0.75);
left: 30px;
right: auto;
opacity: 0.4;
}
.infoBlock h4 {
font-size: 20px;
line-height: 1.2;
margin: 0;
padding-bottom: 3px;
}
.infoBlock p {
font-size: 14px;
margin: 4px 0 0;
}
.infoBlock a {
color: #FFF;
text-decoration: none;
}

.infoBlock {
padding: 10px;
height: auto;
max-height: 20%;
min-width: 100%;
left: 5px;
top: 0px;
right: auto;
font-size: 15px;
}

.infoBlock h3 {
 font-size: 17px;
 line-height: 20px;
}

.rsImg { margin-top: 70px !important; }

@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:950px) {
.heroSlider .rsOverflow,
.royalSlider.heroSlider {
    height: 800px !important;/* height: 660px !important;*/  }
}

@media screen and (min-width: 451px) and (max-width: 700px)  {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
height: 430px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 450px)  {
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
height: 300px !important;
  }
  .infoBlock {
  padding: 10px;
  height: auto;
  max-height: 100%;
  /*min-width: 40%;*/
  left: 0px;
  top: 0px;
  right: auto;
  font-size: 12px;
  }
  .infoBlock h3 {
   font-size: 14px;
   line-height: 17px;
  }
  .rsImg { margin-top: 60px !important; }

}
