#full-width-slider {
  width: 100%;
  color: #000;
  position:fixed;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.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: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.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: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  width: 100%;
  height:100vh;
  margin: 0 auto ;
}

.rsABlock h1{
	font-size:48px;
	color:#fff;
	letter-spacing:-0.03em;
	text-transform: uppercase;
	margin-bottom:10px;
	line-height:48px;
}
.rsABlock p{
	font-size:18px;
	font-weight:400;
	color:#fff;
}

.fullWidth {
	  height:100vh !important;
	}
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 100vh !important;
  }


@media screen and (min-width:960px) and (min-height:660px) {
	.fullWidth {
	}
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
	.fullWidth {
	}
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
    }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
	.fullWidth {
	}
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
  }
  .rsABlock h1{
		font-size:28px;
		line-height:28px;
		margin-bottom:0px;
	}
	.rsABlock p{
		font-size:14px;
		line-height:18px;
		margin-top:5px;
		padding-right:20px;
	}
}
@media screen and (orientation:landscape) and (max-width:850px){
	.rsABlock h1{
		font-size:28px;
		line-height:28px;
		margin-bottom:0px;
	}
	.rsABlock p{
		font-size:14px;
		line-height:18px;
		margin-top:5px;
		padding-right:20px;
	}	
}

