
body {
  color: #444;
  width: 100%;
}
.banner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: transparent url("banner_nov24.jpg") no-repeat center 60%;
  background-size: cover;
}



.banner h1{
  position: absolute;
  display: block;
  width: 100%;
  color: white;
  font-size: 40px;
  padding: 8px 50px 18px;
  background: rgba(50,50,50,.9)


}

@media only screen and (max-width: 576px) {
  .banner h1 {
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 128px;
  }
}

.banner h1 img {
  height: 50px;
  position: relative;
  top: 8px;
  margin-right: 10px;
}

.section {
  clear: both;
  display: flex;
  padding: 20px 20px;
}

.section .col {
  padding: 20px;
}
.section .col #opshop,
.section .col #station {
  flex: 1;
}

.section .details {
  padding: 0 20px;
}
.section#opshop .details {
  text-align: left;
}

#fb-column {
  display: flex;
  justify-content: center;
  width: 350px;
}
.map {
  min-height: 300px;
}

.fb-page {
}
@media (max-width: 550px) {
  .section {
    flex-direction: column;
  }

}