/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./scss/plugin.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.wp-block-sfat-cover-half {
  background-size: cover !important;
  background: #efefef;
  display: flex;
}
.wp-block-sfat-cover-half .overlay {
  width: 50%;
  height: 100%;
  position: relative;
  padding: 50px 0;
  z-index: 1;
  box-sizing: border-box;
  transition: width 0.5s;
}
.wp-block-sfat-cover-half .overlay .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: -1;
}
@media screen and (max-width: 1370px) {
  .wp-block-sfat-cover-half .overlay {
    width: 75%;
  }
}
@media screen and (max-width: 920px) {
  .wp-block-sfat-cover-half .overlay {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-sfat-cover-half .overlay {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*# sourceMappingURL=index.css.map*/