/*.image-border {
    box-shadow: 10px 10px #226A87;
   
}*/

div.theme-branding-info {
   	margin: auto;
    
}


/*Media queries*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

     .zphero-slider-container {
          width: 500px;
          margin: auto;
    }
    
    img.mobileLogoAuto {
          width: 10%;
 		  height: auto;
    }
    

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

   .zphero-slider-container {
          width: 825px;
          margin: auto;
    }
    
       img.mobileLogoAuto {
          width: 10%;
 		  height: auto;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

/*   .zphero-slider-container {
          width: 100%;
          margin: auto;
    }*/

}

/* Large devices (laptops/desktops, 992px and up)
@media only screen and (min-width: 992px) {
   .zphero-slider-container {
          width: 992px;
          margin: auto;
    }

}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    .zphero-slider-container {
          width: 100%;
          margin: auto;
    }
    
}


