.about #innerHeadBanner {
  background-image: url('../images/innerHeadBanner/about.jpg');
}
.about .tabs {
  background: #05c0fc;
  width: 200px;
  float: right;
  margin-right: -15px;
  margin-top: 40px;
}
.about .tabs li {
  border-bottom: 1px solid #0283b9;
  border-top: 1px solid rgb(199, 199, 199);
  text-align: center;
}
.about .tabs li:hover {
  background: rgba(0, 0, 0, 0.68);
}
.about .tabs li:last-child {
  border-bottom: 0px;
}
.about .facebookGallery {
  text-align: center;
  border-top: 2px solid #03aff7;
}
.about .tabs a {
  color: white;
  text-decoration: none;
  padding: 25px;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.about h1 {
  font-size: 50px;
}
.about .content {
  background: white;
  line-height: 2;
  margin-top: -100px;
  padding: 0 60px 30px;
}
.about .tabBlock {
  background-image: url('../images/about-us/1.jpg');
  margin-bottom: -200px;
  z-index: 2;

}
.aboutVideo {
min-height: 700px;
position: relative;
    padding: 360px 0;

  text-align: center;
  color: white;
}
  .aboutVideo h2 {
    margin: 0 auto;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 5;
    color: white;
      font-size: 60px;
      font-size: 4vw;
  }

@media screen and (min-width: 767px) {
  .about #innerHeadBanner {
    min-height: 850px;
    background-position: center bottom;
  }
  .about .innerPageContent .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .about #innerHeadBanner {
    min-height: 400px;
    background-attachment: local;
  }
  .about .content {
    padding: 15px;
    margin-top: 0px;
  }
  .about .life h2 {
    font-size: 36px;
  }
  .about .life {
    background-attachment: local;
    padding: 139px 0;
  }
  .about .tabBlock {
    margin-bottom: 0px;
  }
}
