.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: 100%;
  margin: auto;
  display: block;
}

.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(50% - 4% - 2.5px);
  overflow: hidden;
  opacity: 0;
  margin-bottom: 4rem
}

.twoImageGroup:nth-of-type(odd) {
  margin-left: 4%;
  margin-right: 5px
}

.threeImageGroup {
  margin-top: 0;
  width: calc((100% - 40px) / 3);
  position: relative;
  overflow: hidden;
  float: left
}

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

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

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

.groupItemTitle {
  font-size: 20px;
  position: absolute;
  opacity: 0;
  line-height: 36px;
  font-weight: 700;
}

.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;
  aspect-ratio: 1;
}

.seeMoreFullScreen figure img {
  width: 100px
}

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

.twoImageGroup: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;
  opacity: 1
}

.twoImageGroup: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 a,
.threeImageGroup img,
.threeImageGroup figure {
  display: block;
  width: 100%;
  height: auto
}

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

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


.btn-2.tr-3.lineEffectCenter::before {
}

.lineEffectCenter:hover::before {
  width: 100%;
  left: 0%;
}

.lineEffectCenter::before {
  content: "";
  background: var(--base);
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 045s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
  transition: left 0.4s cubic-bezier(0.4, 0, 1, 1),
    width 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  margin-top: 4rem;
  position: absolute;
  color: var(--secondary);
  letter-spacing: .5px;
  font-weight: 400;
  line-height: 13px;
  border-bottom: 1px solid transparent;
  font-size: 12px;
  text-transform: lowercase;
}

.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(.23, 1, .32, 1) 0.3s both;
  animation: fade-in-bottom 0.8s cubic-bezier(.23, 1, .32, 1) 0.3s both;
  opacity: 1
}

.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;
  opacity: 1
}

@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 {
    width: 100%;
    margin: 10px auto 0;
  }

  .fullScreenContainer {
    justify-content: center
  }

  .fullImgTitle {
    right: unset
  }

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

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

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

  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    top: unset;
    bottom: 37%;
    position: absolute;
    padding: 0;
    line-height: 20px;
  }
.textGroupContainer {
    top: -24px;
    left: 0;
}
  .threeImageGroup .btn-2.tr-3.lineEffectCenter::before {
    width: 100%;
    left: 0%;
    bottom: 2px;
    margin-top: 1px;
  }

  .threeImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
    animation: none;
    font-size: 12px;
  }

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

  .twoImageGroup:nth-of-type(even) {
    margin-bottom: 4rem
  }

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

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

  .twoImageGroup a,
  .twoImageGroup img,
  .twoImageGroup figure {
    aspect-ratio: 152/190
  }
}