#full-width-slider {
  width: 100%;
  color: #000;
}

.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}



@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: 460px !important;
    }
}

@media screen and (min-width:700px) and (max-width: 959px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 300px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 245px !important;
  }
  .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;
  }
}