.text-over-full-width-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  color: #F4F4F4;
}
.text-over-full-width-image .text-over-full-width-image-title {
  font-size: 3rem;
  line-height: 3rem;
}
@media (min-width: 992px) {
  .text-over-full-width-image .text-over-full-width-image-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  .text-over-full-width-image .text-over-full-width-image-title {
    font-size: 6.3rem;
    line-height: 6.3rem;
  }
}
/*# sourceMappingURL=../../../dist/css/maps/elements/text-over-full-width-image.css.map */
