/**
* Block Name: text_on_background_image
*/

section.text_on_background_image {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 75%;
}

section.text_on_background_image .container {
  z-index: 2;
  text-align: center;
}

section.text_on_background_image .container .row .text_container {
  right: 200px;
}

section.text_on_background_image div.divider {
  text-align: center;
  line-height: 0;
}

section.text_on_background_image div.divider::after {
  content: "";
  display: inline-block;
  width: 45px;
  max-width: 100%;
  border-top: 2px solid #ccc;
  vertical-align: top;
}

section.text_on_background_image .container .row .text_container p.small {
  text-transform: uppercase;
}

@media (max-width: 992px) {
  section.text_on_background_image .container .row .text_container {
    right: 0;
  }
}
