.braftonium-custom-row {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

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

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

.braftonium-custom-row .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/custom-row/custom-row.css.map */
