#headerGallery.backgrounds {
width: 100%;
height: 100%;
padding: 0;  
margin:  0; 
max-height: 100%;
}

#headerGallery .background {
display: block;
width: 100%;
height: auto;
background-position: top center;
background-size: cover;
bottom: 0px;
top: auto;
}

#headerGallery .background a { 
   display: block;
   width: 100%;
   height: 100%;
}

#headerGallery .cycle-overlay {
color: #fff;
position: absolute;
top:0;
left:0;
display: block;
clear: both;
width: 100%;
height: 100%;
padding: 7.5% 15%;
text-align:left;
}

@media (max-width: 767px){
   #headerGallery .cycle-overlay {
      padding: 30px 15px;
   }
}

#headerGallery .cycle-overlay div {
   margin-top: 0px;
min-width: 370px;
}

#headerGallery .cycle-overlay div.img-title {
font-family: 'CG';
font-size: 32px;
line-height: 32px;
position: absolute;
bottom: 30px;
padding-left: 30px;
padding-right: 30px;
text-shadow: 0 0 .65px #000, 0 0 .65px #000;
}

@media (min-width: 768px) {
   #headerGallery .cycle-overlay div.img-title {
       padding-bottom: 125px;
   }
}

#headerGallery .cycle-overlay div.img-subtitle {
   padding-left: 100px;
   font-size: 20px;
   line-height: 20px;
}

@media (max-width: 550px) {
   #headerGallery .cycle-overlay {
      text-align: center;
      padding-left: 0;
   }
   #headerGallery .cycle-overlay div.img-title,
   #headerGallery .cycle-overlay div.img-title h1, 
   #headerGallery .cycle-overlay div.img-title h2, 
   #headerGallery .cycle-overlay div.img-title h3, 
   #headerGallery .cycle-overlay div.img-title h4, 
   #headerGallery .cycle-overlay div.img-title h5, 
   #headerGallery .cycle-overlay div.img-title h6, {
      font-size: 32px;
      line-height: 32px;
   }

   #headerGallery .cycle-overlay div.img-subtitle {
      font-size: 14px;
      line-height: 14px;
      padding-left: 0px;
   }
}

#pager {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: #FFF;
   display: block;
   z-index: 999;
   padding: 20px 15px;
   text-align: center;
}

#pager a {
   display: inline-block;
   width: 13px;
   height: 13px;
   border: 2px solid #585858;
   background: #FFF;
   border-radius: 13px;
   margin: 0 7.5px;
}

#pager a:hover,
#pager a:active,
#pager a:focus,
#pager a.cycle-pager-active {
   background: #585858;
}