.brand-hero-banner { padding:125px 0 47px;  background-position: center; background-repeat: no-repeat; background-size: cover;  color: #ffffff;  display: flex;position: relative; z-index: 1;}
/* min-height: 600px; */
.brand-hero-banner .page-center { padding: 0 25px !important; width: 100%; max-width: 1130px !important; }
.brand-hero-banner .detail-content > *{ color:inherit;}
.brand-hero-banner .common-button { margin-top: 35px; }

@media(max-width:991px){
  .brand-hero-banner-inner{ margin-bottom:60px; }
}

@media(max-width:767px){
  .brand-hero-banner { padding:80px 0 47px; padding-bottom:40px;}
/*   height: calc(100vh - 74px); min-height: 450px; */
  .brand-hero-banner-inner{ margin-bottom:0px; }
}

@media(min-width:768px){
  .brand-hero-banner {  min-height: 100vh!important;}  
}

@media not all and (min-resolution:.001dpcm){ 
  @supports (-webkit-appearance:none) {
    .brand-hero-banner {  height: calc(100vh - 155px);}  
  }
}
