.banner_module {
  max-height: 900px; }
  .banner_module:not(.golow) .background_image_container.full_screen_background {
    background-image: none !important; }
  .banner_module .background_image_container.full_screen_background {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center; }
    @media (min-width: 1200px) {
      .banner_module .background_image_container.full_screen_background {
        background-attachment: fixed; } }
    .banner_module .background_image_container.full_screen_background.normal_background {
      background-attachment: scroll; }
  .banner_module .background_image_container.video {
    position: relative;
    overflow: hidden;
    padding-top: 100vh;
    /* 1:1 Aspect Ratio */
    min-height: 700px; }
    @media (min-width: 992px) {
      .banner_module .background_image_container.video {
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio */ } }
    .banner_module .background_image_container.video .background_video {
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      height: 100vh;
      width: auto; }
      @media (min-width: 992px) {
        .banner_module .background_image_container.video .background_video {
          width: 100%;
          height: auto;
          right: auto;
          left: 0; } }
  .banner_module .full_size {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: 60px;
    padding-bottom: 0px; }
    @media (min-width: 992px) {
      .banner_module .full_size {
        padding-top: 0;
        padding-bottom: 60px; } }
    .banner_module .full_size .content {
      max-width: 800px;
      padding: 30px; }
      @media (min-width: 1200px) {
        .banner_module .full_size .content {
          padding: 0; } }
