.royalSlider { overflow:hidden }
.royalSlider { display:none }

.rsSlide{
border-left: solid 8px #ffffff;
border-right: solid 8px #ffffff;
border-bottom: solid 8px #ffffff;
}

.royalSlider,
.rsOverflow,
.rsSlide,
.rsVideoFrameHolder,
.rsThumbs {
    background: #f5f5f5 !important;
}


#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.infoBlockLeftBlack {
  color: #FFF;
  /*background: #000;*/
  /*background: rgba(0,0,0,0.75);*/
}
.infoBlock .h4 {
  font-size: 2.813em;
  font-weight: 700; 
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 4px #313131;
}
.infoBlock p {
  font-size: 1.875em;
  letter-spacing: 0.03em;
  margin: 4px 0 0;
  text-shadow: 2px 2px 4px #313131;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}


.infoBlock .button{
 letter-spacing: 0.07em;	
 background-color: transparent;
 color: #ffffff;
 margin-left: auto;
 margin-right: auto;
 border-radius: 3px;
 border-color: #ffffff;
 margin-top: 10px;
}


.infoBlock .button:hover{
    background-color: #00BFFe;
    border: solid 1px #00bffe;
    color: #ffffff;
    letter-spacing: 0.07em;
}

.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 {
  max-width: 1400px;
  margin: 0 auto 24px;
}


/**Arrow**/
div.rsArrow.rsArrowRight{
right: 15px;
bottom: 50%;

}

div.rsArrow.rsArrowLeft{
left: 15px;
bottom: 50%;

}


@media screen and (min-width: 0px) and (max-width: 400px) {
 
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 60%;
    min-width: 50%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 0.750em !important;
  }
  .infoBlock h4 {
     font-size: 0.625em;
     line-height: 8px;
  }
  
  .infoBlock p {
    font-size: 0.625em;
  }
}

.rsABlock {
    bottom: 0;
    top: initial;
}

@media (max-width: 380px) {
    .infoBlock .h4 ,
    .infoBlock .button 
    .infoBlock btn, .infoBlock btn-default {
        display: none
    }
    
    .rsABlock {
        bottom: initial;
        top: 0;
    }
}