.braftonium-cta {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em 0;
  position: relative;
  min-height: 250px;
}

.braftonium-cta.full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
}

.braftonium-cta .wrap {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  z-index: 1;
  position: relative;
  padding: 0 1em;
}

.braftonium-cta .background-image {
  position: absolute;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=../maps/cta/cta.css.map */
