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

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

.fullScreenContainer figure {
  width: 100%;
  position: relative;
  overflow: visible;
  opacity: 0;
}
.viewMoreContainer{
  position: absolute;
  height: 100%;
  inset: 0;
}
.stickyContainer{
  height: 100%;
  padding: calc((100% - var(--web-container)) / 2);
  box-sizing: border-box;
}
.fullScreenPromo {
  width: 100%;
  display: block;
}

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

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

.fullScreenBtn.btn-1{
  width: fit-content;
  position: sticky;
  height: auto;
  top: calc(50% - (52px / 2));
}
.threeImageGroup .btn-2, .twoImageGroup .btn-2{
  margin: 28px auto;
}
.threeImageGroup, .twoImageGroup{
color:var(--base-aux);
}
.twoImageGroup {
  float: left;
  position: relative;
  width: calc(calc(100% / 2) - 3px);
  overflow: hidden;
  margin-bottom: 6px;
  margin-top: 0px;
}

.twoImageGroup:nth-of-type(odd) {
  margin-left: 0px;
  margin-right: 6px;
}

.threeImageGroup {
  width: calc(calc(100% / 3) - 4px);
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
}


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


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

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

.textGroupContainer {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.threeImageGroup a, .threeImageGroup img, .threeImageGroup figure, .twoImageGroup a {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
}

.groupItemTopTitle, .groupItemBottomTitle, .groupItemMainTitle {
  position: relative;
  overflow: hidden;
}

.groupItemMainTitle {font-size: var(--group-title-font-size);line-height: calc(var(--group-title-font-size) + 4px);margin: 0;font-family: var(--secondary-font-family);}
.groupItemBottomTitle{font-family: var(--aux-font-family);font-size: calc(var(--group-title-font-size) / 2);line-height: calc((var(--group-title-font-size) + 4px) / 2);}

.textGroupContainer .groupItemTopTitle > span,
.textGroupContainer .groupItemMainTitle > span,
.textGroupContainer .groupItemBottomTitle > span {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform .90s cubic-bezier(.20,.65,.20,1),
    opacity   .70s ease-out;
}

.textGroupContainer .observer.onViewport > span {
  transform: translateY(0);
  opacity: 1;
}

.textGroupContainer .observer.groupItemTopTitle > span { transition-delay: .55s; }
.textGroupContainer .observer.groupItemMainTitle > span { transition-delay: .2s; }
.textGroupContainer .observer.groupItemBottomTitle > span { transition-delay: .80s; }

@media (prefers-reduced-motion: reduce) {
  .textGroupContainer .groupItemTopTitle > span,
  .textGroupContainer .groupItemMainTitle > span,
  .textGroupContainer .groupItemBottomTitle > span {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}




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

  .fullScreenContainer {
    justify-content: center;
  }

  .fullImgTitle {
    right: unset;
  }
.threeImageGroup .btn-2, .twoImageGroup .btn-2 {
    margin: 18px auto 30px;
}
  .threeImageGroup {
    width: 100%;
    margin: 0;
  }
  .threeImageGroup:nth-of-type(3n + 0) {
    margin-left: 0px;
}
    .twoImageGroup,
  .twoImageGroup:nth-of-type(odd) {
    width: 100%;
    margin: 0px;
  }
.threeImageGroup:nth-of-type(3n-2) {
    margin: 0px;
    clear: both;
}


  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    bottom: 10%;
  }

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


  .groupItemTitle {
    opacity: 1;
  }
  .threeImageGroup:hover .groupItemTitle {
    -webkit-animation: none;
    animation: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .twoImageGroup
  .zoomTrigger:hover .zoomSmooth .zoomImg {
    transform: scale(1.03); 
    filter: brightness(0.85);            
  }
    .threeImageGroup
  .zoomTrigger:hover .zoomSmooth .zoomImg {
    transform: scale(1.06);    
    filter: brightness(0.85);     
  }
}