.background-with-image{


  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  min-height: 20rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding-top: 56.25%;
  overflow: hidden;
  border: 2px solid #e82525;
  border-top: none;
  height: 1067.75px;
}
.background-with-image .btn-brand:hover{


  color: #fff;
  background-color: #e82525;
  border-color: #e82525;
}

.background-with-image .btn-brand:focus{

  outline: auto 5px -webkit-focus-ring-color;

}

.background-with-image .btn-brand{

  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  font-size: .8rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-width: 2px;
  font-family: "Futura LT W01 Bold";
  border-radius: 0px;
  text-shadow: -1px 0px 0px rgb(0 0 0 / 10%);
  padding: 0.25rem 1rem;
  margin-top: 1rem;
  color: #e82525;
  background-color: #fff;
  border-color: #fff;
}
.background-with-image .background_container h1{

  font-style: normal;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family: "Futura LT W01 Bold";
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.background-with-image:after{

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  display: block;
  background-color: rgba(0,0,0,0.4);
}

.background-with-image .background_container{


  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 1010px;
  max-width: 1160px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}


@media (min-width: 544px){

  .background-with-image .background_container{

    padding-left: 1.875rem;
    padding-right: 1.875rem;
  } 

}


@media (max-width: 991px){


  .background-with-image .background_container h1{


    font-size: 2rem;
  }

  .background-with-image{
    
        height: 400px;
  }
}



