/*
 * Hero Layout
 */
.fullwidthtextbackgroundImage {
  background-position: center;
  /* URL to SVG filter */
}

.fullwidthtextbackgroundImage .inner-layout {
  position: relative;
  text-align: center;
  padding: 100px 20px;
}

/**
   * Preview mode
   */
.layout-fullwidth-text.is-preview {
  padding: 0 20px;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  .fullwidthtextbackgroundImage .inner-layout {
    position: relative;
  }
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  .fullwidthtextbackgroundImage .inner-layout {
    position: relative;
    padding: 150px 5%;
  }
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1200px) {
  .fullwidthtextbackgroundImage {
    background-position: center;
    background-size: cover;
  }
  .fullwidthtextbackgroundImage .inner-layout {
    padding: 150px 10%;
  }
}
/*# sourceMappingURL=style.css.map */