/*COMMON*/
#map{
  position: relative;
  padding-bottom: 32%;
  height: 0;
  overflow: hidden;
  max-height: 575px;
      margin-top: -15px;
  margin-bottom: 20px;
}
#map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and ( max-width:48em){ 
  #header{
    background-color: rgb(79, 79, 79);
  }
}
@media screen and ( min-width:48em){
  #logo{
    background-color: rgb(79, 79, 79);
  }
}