/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_custom_interceramic/cartridge/client/default/scss/experience/components/customAssets/mosaicImagesWDescription.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 768.98px) {
  .mosaic-container-custom {
    width: 100%;
  }
}
.region {
  margin-bottom: 0;
}

.title-text {
  color: white;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: bold;
  text-align: left;
  margin: 2vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.image-description-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.image-description-text p {
  color: white;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  line-height: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: normal;
  text-align: left;
  margin: 0 2vw 2vw;
}

.overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
}

.image-component-project:hover .overlay-wrapper {
  opacity: 1;
}

@media (max-width: 768.98px) {
  .overlay-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
@media (max-width: 768.98px) {
  .title-text {
    -webkit-line-clamp: 1;
  }
  .image-description-text {
    -webkit-line-clamp: 3;
  }
}

/*# sourceMappingURL=default\css\experience\components\customAssets\mosaicImagesWDescription.css.map*/