/* Add custom CSS styles below */ 
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
@media (max-width:767px){
  section.custom-advanced-slider.fixed-mode {
    height: 50vh !important;
}

.navbar-brand img {
    max-width: 120px !important ;
    max-height: 80px !important;
}
@media (min-width: 480px) {
    .navbar-brand img {
    max-height: 80px !important;
}
  }