.fullScreenContainer {
  display: block;
  align-items: center;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  color: var(--base)
}

.fullImgTitle {
  position: absolute;
  right: 7%;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--base);
  font-size: 20px
}

.fullScreenContainer figure {
  width: 100%
}

.threeImageGroup:hover figure {
  -webkit-filter: brightness(.8);
  filter: brightness(.8)
}

.fullScreenPromo {
  width: 95%;
  margin: auto;
  display: block;
  margin-bottom: 30px
}

.fullScrenTextContainer {
  position: absolute;
  width: 400px;
  height: 250px;
  background: #fff;
  margin-top: 20vh;
  margin-left: 61%
}

.fullScrenTextTitle {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 45px 30px 15px
}

.seeMoreFullScreen {
  display: flex;
  font-size: 14px
}

.seeMoreFullScreen figure {
  margin-left: 11px
}

.fullScrenText {
  font-weight: 400;
  font-size: 13px;
  padding: 0 30px 25px 30px
}

.seeMoreFullScreen {
  color: #bb9447;
  font-weight: 700;
  font-size: 16px;
  padding: 0 30px;
  padding-left: 19px
}

.twoImageGroup {
  float: left;
  position: relative;
  width: calc(45% - 12px);
  overflow: hidden;
  opacity: 0;
  border-radius: 20px
}

figure.twoImageGroup:first-of-type {
  margin: 10px 12px 5% 5%;
}

figure.twoImageGroup:last-of-type {
  margin: 10px 5% 0 12px;
}

.threeImageGroup {
  margin-top: 24px;
  width: calc(30% - 16px);
  position: relative;
  overflow: hidden;
  float: left;
  opacity: 0
}

.threeImageGroup:nth-of-type(3n+0) {
  margin: 24px 5% 0px 24px;
}

.threeImageGroup:nth-of-type(3n-2) {
  margin: 24px 24px 0 5%;
}

.twoImageGroup img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.groupItemTitle {
  font-size: 20px;
  position: absolute;
  font-weight: 600;
  opacity: 0
}
.twoImageGroup .textGroupContainer {
    height: 100%;
}
.textGroupContainer {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}



.threeImageGroup .textGroupContainer {
  position: relative;
  margin-top: 1rem;
}

.seeMoreFullScreen figure img {
  width: 100px
}

.textGroupContainer .groupItemTitle {
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.threeImageGroup .textGroupContainer .groupItemTitle {
  color: var(--base);
}

.threeImageGroup .groupItemTitle {
  position: relative;
  opacity: 1;
  font-weight: var(--base-font-weight);
  font-size: 15px;
}

.textGroupContainer:hover .groupItemTitle {
  opacity: 1;
}

.threeImageGroup a,
.threeImageGroup img,
.threeImageGroup figure {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all ease 0.5s;
  border-radius: 15px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 15px;
}

.threeImageGroup:hover a,
.threeImageGroup:hover img,
.threeImageGroup:hover figure {
  filter: grayscale(0%)
}

.threeImageGroup:hover a,
.threeImageGroup:hover figure,
.threeImageGroup:hover .groupItemTitle {
  -webkit-filter: brightness(.9);
  filter: brightness(.9);
  filter: grayscale(0%);
  color: var(--main);
  font-weight: 700;
}

.twoImageGroup a,
.twoImageGroup img,
.twoImageGroup figure {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.threeImageGroup:hover figure,
.twoImageGroup:hover figure {
  -webkit-filter: brightness(.9);
  filter: brightness(.9);
}

.twoImageGroup:hover img {
  filter: blur(5px);
}

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  padding: 0px;
  bottom: 41%;
  position: absolute;
  display: flex;
  text-decoration: none;
  justify-content: center;
}

.textGroupContainer p:not(.groupItemTitle)::after {
  content: "";
  position: absolute;
  width: -webkit-fill-available;
  height: 1px;
  left: 0%;
  bottom: 10px;
  background-color: var(--secondary);
  transition: all ease-in-out 0.3s;
}


.textGroupContainer .groupItemTitle:hover,
.textGroupContainer:hover p:not(.groupItemTitle) {
  opacity: 1;
  display: block;
}

.textGroupContainer p:not(.groupItemTitle)::before {
  bottom: -6px;
  background: var(--white)
}

.threeImageGroup p.btn-2.tr-3 {
  display: none;
}

.twoImageGroup .btn-2 {
  color: var(--secondary);
  background-color: transparent;
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
}

.twoImageGroup text:hover {
  display: block;
}

.threeImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
  -webkit-animation: fade-in-bottom 0.8s cubic-bezier(.23, 1, .32, 1) 0.3s both;
  animation: fade-in-bottom 0.8s cubic-bezier(.23, 1, .32, 1) 0.3s both
}

.threeImageGroup:nth-of-type(3n-1).onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(.39, .575, .565, 1) both
}

.threeImageGroup:nth-of-type(3n-2).onViewport,
.twoImageGroup:nth-of-type(odd).onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.threeImageGroup:nth-of-type(3n+0).onViewport,
.twoImageGroup:nth-of-type(even).onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.threeImageGroup:hover .groupItemTitle {
  -webkit-animation: fade-in-top 0.3s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-top 0.3s cubic-bezier(.39, .575, .565, 1) both
}

@media screen and (max-width: 1100px) {
  .promoColumnImage {
    width: 100%;
    height: 114vw;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 30px
  }

  .fullScrenTextContainer {
    width: 90%;
    margin-left: 5%;
    margin-top: 25vh
  }

  .fullScrenTextTitle {
    font-size: 23px
  }

  .promoWideImage {
    width: 100%;
    margin-bottom: 30px
  }

  .imageGroupContainer {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px
  }

  .fullScreenPromo {
    margin-left: 0%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .fullScreenContainer {
    justify-content: center
  }

  .fullImgTitle {
    right: unset
  }

  .threeImageGroup {
    width: 92%;
    margin: 4% auto;
    float: unset
  }

  .threeImageGroup:nth-of-type(3n-2),
  .threeImageGroup:nth-of-type(3n+0) {
    margin: 4% auto 0
  }

  .threeImageGroup figure {
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
  }

  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    top: unset;
    bottom: 36%;
    position: absolute;
    font-size: calc(var(--btn-font-size) - 2px);
    line-height: calc(var(--btn-line-height) - 2px);
  }


  .textGroupContainer p:not(.groupItemTitle)::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    left: -4%;
    bottom: 8px;
    background-color: var(--secondary);
    transition: all ease-in-out 0.3s;
  }



  .threeImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
    animation: none
  }

  .twoImageGroup,
  .twoImageGroup:nth-of-type(odd) {
    width: 100%;
    margin-left: 0
  }

  .groupItemTitle {
    opacity: 1;
    line-height: 34px;
  }

  .threeImageGroup:hover .groupItemTitle {
    -webkit-animation: none;
    animation: none
  }

  .textGroupContainer p:not(.groupItemTitle) {
    opacity: 1;
  }

  .textGroupContainer .groupItemTitle {
    letter-spacing: 1px;
  }

  .twoImageGroup img {
    filter: blur(1.5px);
  }

  figure.twoImageGroup {
    margin-left: 0
  }

  figure.twoImageGroup.observer {
    width: 92%;
    margin: 4% auto;
    float: unset;
  }
}