.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(0.8);
  filter: brightness(0.8);
}

.fullScreenPromo {
  width: 82%;
  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: 0.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: 47.5%;
  overflow: hidden;
  opacity: 0;
}

.twoImageGroup:nth-of-type(odd) {
  margin-left: 2.5%;
}

.threeImageGroup {
  margin-top: 10px;
  margin-bottom: 30px;
  width: calc((100% / 3) - (10px / 3 * 2));
  position: relative;
  overflow: hidden;
  float: left;
  opacity: 0;
  height: 600px;
}

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

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

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

.groupItemTitle {
  font-size: 32px;
  position: absolute;
  font-weight: 700;
  opacity: 1;
}

.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;
}

.seeMoreFullScreen figure img {
  width: 100px;
}

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

.threeImageGroup a,
.threeImageGroup img,
.threeImageGroup figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

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

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

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  bottom: 250px;
  padding: 0 12px;
  position: absolute;
  text-transform: lowercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-weight: 600;
}

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

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

.threeImageGroup:nth-of-type(3n-1).onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.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(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.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(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.threeImageGroup:hover .groupItemTitle {
  -webkit-animation: fade-in-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0s cubic-bezier(0.39, 0.575, 0.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: 20px;
  }

  .fullScreenContainer {
    justify-content: center;
  }

  .fullImgTitle {
    right: unset;
  }

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

  .threeImageGroup:nth-of-type(3n-2),
  .threeImageGroup:nth-of-type(3n + 0) {
    margin: 0 auto 20px;
  }

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

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

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

  .twoImageGroup,
  .twoImageGroup:nth-of-type(odd) {
    width: 100%;
    margin-left: 0;
  }
  .groupItemTitle {
    opacity: 1;
  }
  .threeImageGroup:hover .groupItemTitle {
    -webkit-animation: none;
    animation: none;
  }
}
@media screen and (max-width: 768px) {
  .textGroupContainer p:not(.groupItemTitle) {
  }
  .threeImageGroup:nth-of-type(3n + 0) {
    margin: 0 auto 15px;
  }
  .threeImageGroup{
    height: 457px;
  }
}

@media screen and (max-width: 500px) {
  .textGroupContainer p:not(.groupItemTitle) {
  }
}
@media screen and (max-width: 400px) {
  .textGroupContainer p:not(.groupItemTitle) {
  }
}