@media only screen and (max-width: 850px) {
  #header #topBar {
  width: 100% !important;  
}
.button {
  background-color:rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;  
}
}

#header #topBar {
   width: auto;
}

#sliderLogo img {
   padding-top: 0px;
   padding-left: 0px;
}

#nav-top #flags img {
   padding-top: 0px !important;
   padding-left: 0px !important;
}

img {
padding-top: 0px !important;
}