.banner_inner h1 {
  position: relative;
  z-index: 1;
}
.banner_inner .stroke-line {
  position: relative;
  z-index: 1;
}
.banner_outer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 850px;
  padding-top: 120px;
  position: relative;
}
.banner_outer:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 40%);
  mix-blend-mode: multiply;
}
.banner_inner_image{
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  min-height: 850px;
  padding-top: 120px;
  position: relative;
  background-attachment: fixed;
  transform:scale(1);
}
.banner_image_overflow{
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  overflow:hidden;
}
.banner_inner {
  max-width: 765px;
  padding: 80px 0 80px 80px;
  position: relative;
}
.banner_shape_navy.left-slide{
  position:absolute;
}
.banner_shape_navy.right-slide{
  position:relative;
  transform: translate(0px, 413px);
}
.banner_shape_navy.expand_horizontal {
  position: relative;

}
.banner_outer .summary {
  color: #fff;
  font-weight: 500;
  max-width: 400px;
  position: relative;
}
.banner_inner.right_align {
  margin-left: auto;
}
.banner_inner h1 {
  font-weight: 300;
  letter-spacing: 5.6px;
  position: relative;
}
@media (max-width:1199px){
  .banner_shape_navy.left-slide{
    height: 870px !important;
    left: -120px !important;
  }
}
@media (max-width:1110px){
  .banner_shape_navy.left-slide{
    width: 310px !important;
  }
}
@media (max-width:1024px){
  .banner_shape_navy.left-slide {
    height: 50% !important;
    top: 150px !important;
  }
  .banner_inner_image, .banner_outer {
   min-height: 720px;
}
}

@media (max-width:767px){
  .banner_outer {
    min-height:580px;
  } 
  .banner_inner:before {
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
  }
  .banner_inner {
    padding:60px 20px;
    max-width: 100%;
  }
  .banner_outer .summary {
    max-width: 100%;
  }
  .banner_inner.right_align {
    margin-left: 0;
    max-width: 100%;
  }
  .banner_inner.right_align:before {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
  }  
  .banner_shape_navy:before {
    width: 284px;
    left: 0px;
    top: -110px;
    height: 350px;
  }
  .banner_shape_navy.expand_horizontal{
    height:100% !important;
  }
  .banner_inner_image{
   height: 100%;
    min-height: 100%;
    width: 100%;
    top: 0 !important;
    transform: none !important;
    background-attachment: scroll;
  }
  .banner_shape_navy.right-slide {
    top: -180px !Important;
    height: 180px !Important; 
  }
  .banner_image_overflow {
    overflow: visible;
}
.banner_shape_navy {
    display: none;
}  
  <style>
  .summary {
    text-transform: lowercase !important;
    font-family: 'Raleway', sans-serif !important;
  }
</style>

}