.brand-header {
  position: relative;
  z-index: 0;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 230px;
  padding-bottom: 170px;
}
.brand-header {
            background-image: url("images/temp/brand1.jpg");
            background-repeat: no-repeat;
            opacity: 1.0;
            }
         :hover +.brand-header { opacity: 0.9; 
         }
/*-----------------------------------*/
/* Brand Overlay */
/*-----------------------------------*/
.brand_overlay {
  position: relative;
}
.brand_overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(75, 75, 75, 0.45);
  }

@media only screen and (max-width: 1229px) {
  .brand-header {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .brand-header {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 991px) {
 .brand-header {
            background-image: url("images/temp/brand1_solid.jpg");
            background-repeat: no-repeat;
              opacity: 1.0;
            }
         :hover +.brand-header { opacity: 1.0; 
         }
@media only screen and (max-width: 767px) {
  .brand-header {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.brand-header.full-height {
  padding-top: 100px;
  padding-bottom: 0;
}
.brand-header:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.brand-header .brand-header-content {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  position: relative;
  z-index: 1;
}
.brand-header:not(.full-height) .page-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .brand-header:not(.full-height) .page-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-header:not(.full-height) .page-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-header:not(.full-height) .page-title {
    font-size: 26px;
  }
}

.brand-header:not(.full-height) .page-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 479px) {
  .brand-header:not(.full-height) .page-subtitle {
    font-size: 14px;
  }
}