.banner_module .background_image_container {
  position: relative;
  padding-top: 300px;
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto; }
  .banner_module .background_image_container.has-border {
    border-bottom: 15px solid; }
  @media (min-width: 992px) {
    .banner_module .background_image_container {
      padding-top: 400px; } }
  .banner_module .background_image_container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #0000008a, transparent); }
  .banner_module .background_image_container .content_wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end; }
    .banner_module .background_image_container .content_wrapper .content {
      color: #fff;
      margin-bottom: 50px; }
