#full-width-slider {
  width: 100%;
  color: #000;
  background-color: #fff !important;
}

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	background-color: #fff !important;
}

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #485A92;
  background: rgba(72,90,146,0.75);
  left: 20%;
  top:26%;
  right: auto;
  border-radius:8px;
}

.infoBlockRightWhite {
  color: #666666;
  background: #ffffff;
  background: rgba(255,255,255,0.85);
  right: 20%;
  top:26%;
  left: auto;
  border-radius:8px;
}

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 16px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.fullWidth {
  max-width: 1920px;
  margin: 0 auto 24px;
}

@media screen and (min-width:992px) and (max-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 400px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 340px;
    top: 60px;
    left: 60px;
    right: auto;
    font-size: 12px;
  }
  
}

@media screen and (min-width:992px) and (min-height:661px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 535px !important;
    } 
    
	.infoBlock {
		height: auto;
		max-height: 100%;
		min-width: 340px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 400px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 340px;
    top: 60px;
    left: 60px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 350px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 280px;
    top: 20px;
    left: 10px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}