/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/project-images-hero.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.fancybox__content {
  background-color: transparent;
}

.project-images-hero {
  position: relative;
  padding-top: 60%;
  background-color: rgb(var(--background-color-grey));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 5px solid rgb(var(--white));
  border-bottom: 16px solid rgb(var(--white));
  min-height: 290px;
}
@media only screen and (min-width: 768px) {
  .project-images-hero {
    padding-top: 30%;
    border-bottom: 0;
  }
}
.project-images-hero--gallery {
  padding: 0;
  border-bottom: 0;
}
.project-images-hero__gallery {
  position: relative;
  display: flex;
  box-shadow: 0 0 0 3px rgb(var(--white));
}
.project-images-hero__item {
  position: relative;
}
.project-images-hero__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1272/763;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgb(var(--white));
}
@media only screen and (min-width: 768px) {
  .project-images-hero__item--first {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.project-images-hero__item--second {
  display: none;
}
.project-images-hero__item--second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .project-images-hero__item--second {
    max-width: 33.33333%;
    display: block;
    flex: 0 0 33.33333%;
  }
}
.project-images-hero__item--invisible {
  display: none;
}
.project-images-hero__item-last {
  display: none;
}
@media only screen and (min-width: 768px) {
  .project-images-hero__item-last {
    max-width: 16.66667%;
    display: block;
    flex: 0 0 16.66667%;
    flex-direction: column;
  }
}
.project-images-hero__item-link--gallery::before, .project-images-hero__item-link--matterport::before, .project-images-hero__item-link--video::before {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--white));
  background-color: rgba(var(--primary-color), 0.6);
  border-radius: 50%;
}
.project-images-hero__item-link--gallery::after, .project-images-hero__item-link--matterport::after, .project-images-hero__item-link--video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.project-images-hero__item-link--gallery::after {
  background-image: url(../../images/icon-gallery.svg);
  background-size: 2.1rem;
}
.project-images-hero__item-link--matterport::after {
  background-image: url(../../images/icon-360.svg);
  background-size: 4rem;
}
.project-images-hero__item-link--video::after {
  background-image: url(../../images/icon-arrow-right-white.svg);
  background-size: 2.8rem;
}
.project-images-hero__buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .project-images-hero__buttons {
    display: none;
  }
}
.project-images-hero__buttons-gallery {
  position: relative;
  width: 5rem;
  height: 5rem;
  top: 0;
  display: block;
  font: 0/0 a;
  color: transparent;
  background-color: rgba(var(--black), 0.8);
  background-image: url(../../images/icon-gallery.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  pointer-events: none;
}
.project-images-hero__buttons-phone-placeholder {
  position: relative;
  width: 5rem;
  height: 5rem;
  top: 0;
  display: block;
}
.project-images-hero__buttons-phone {
  position: relative;
  width: 5rem;
  height: 5rem;
  top: 0;
  display: block;
  font: 0/0 a;
  color: transparent;
  background-color: rgba(var(--action-btn-color), 0.9);
  background-image: url(../../images/icon-phone.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}
