/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[4]!./src/css/app/components/home.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* Define here your variables, they will be available in any scss file.
* Or override variables of any package scss that you import in your entry file
*/
/**
 * This is to define mixins, they will be available in any scss file
 *
 * DO NOT ADD ANY NORMAL SCSS
 */
.responsiveImage img {
  width: 100%;
}

.clientReviews-section .clientName {
  font-weight: 600;
  font-style: italic;
}
.clientReviews-section .full-height {
  height: 100%;
}

.rMenu-img {
  position: relative;
  padding-bottom: 81.5%;
}
.rMenu-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media (max-width: 992px) {
  .header-banner .image {
    position: relative;
    padding-bottom: 73.55%;
  }
  .header-banner .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .header-banner .responsiveVideo {
    position: relative;
    padding-bottom: 56.666%;
  }
  .header-banner .responsiveVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .header-banner .image {
    position: relative;
    padding-bottom: 50%;
  }
  .header-banner .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .header-banner .responsiveVideo {
    position: relative;
    padding-bottom: 56.666%;
  }
  .header-banner .responsiveVideo iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

/*# sourceMappingURL=home.ac68b93d25e263c1b436.css.map*/