#banner {
  overflow: hidden;
  width: 100%;
  height: 650px;
  /*margin-top: 60px;*/
  position: relative;
  clear: both;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrap-center {
  margin: 0 auto;
  position: relative;
}

.banner-centered {
  text-align: center;
  position: absolute;
  display: table;
  width: 100%;
  height: 650px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
}

.banner-centered h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
}

.about-us-head {
  background: transparent url(../images/about-head.jpg?v2) center bottom
    no-repeat fixed;
}

.meet-chef-head {
  background: transparent url(../images/meet-chef-head.jpg?v2) center bottom
    no-repeat fixed;
}

.contact-head {
  background: transparent url(../images/contact-head.jpg?v2) center center
    no-repeat fixed;
}

.events-head {
  background: transparent url(../images/events-head.jpg?v2) center center
    no-repeat fixed;
}

.gallery-head {
  background: transparent url(../images/photos-head.jpg?v2) center center
    no-repeat fixed;
}

.dinner-head {
  background: transparent url(../images/menu-head.jpg?v2) center center
    no-repeat fixed;
}
.private-head {
  background: transparent url(../images/pd/pd1.jpg?v2) center center no-repeat
    fixed;
}

@media screen and (max-width: 1024px) {
  #banner {
    height: 600px;
    margin-top: 48px;
  }
  .banner-centered {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  #banner {
    height: 250px;
  }
  .banner-centered {
    height: 250px;
  }
  .banner-centered h2 {
    font-size: 40px;
  }
  .parallax-padding-intro {
    height: 60vh;
  }
}

@media screen and (max-width: 600px) {
  #banner {
    background-size: cover !important;
    background-attachment: inherit;
    background-position: center center;
  }
}
