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

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

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

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

.seeMoreFullScreen figure {
  margin-left: 11px;
}

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

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

.twoImageGroup {
  float: left;
  position: relative;
  width: calc(100% / 2 - 3px);
  overflow: hidden;
  margin: 0;
  opacity: 0;
}

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

section.threeImageGroup:nth-child(4n-4), section.threeImageGroup:nth-child(4n-2) {
    margin-right: 2px;
}
.threeImageGroup {
  margin-top: 2px;
  width: calc(100% / 2 - 1px);
  position: relative;
  overflow: hidden;
  float: left;
  /* opacity: 0; */
  margin-left: 0;
  margin-right: 0px;
  aspect-ratio: 50/37;
}

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

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

.groupItemTitle {
  font-size: 20px;
  position: absolute;
  font-weight: var(--secondary-font-weight);
  opacity: 0;
  transition: 0.5s all;
}
.threeImageGroup:nth-of-type(4n + 0) {
    margin-right: 0px;
}


.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 {
  bottom: 64px;
  color: var(--btn-font);
  font-size: var(--groups-font-size);
  line-height: var(--groups-line-height);
  letter-spacing: var(--letter-spacing);
}

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

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

.threeImageGroup:hover figure,
.twoImageGroup:hover figure {
  -webkit-filter: brightness(0.7) blur(0px);
  filter: brightness(0.7) blur(0px);
  transform: scale(1.1);
}

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  bottom: 40px;
  transition: all 0.5s;
  margin: 0 15px;
  position: absolute;
  letter-spacing: var(--letter-spacing);
  color: var(--btn-font);
  font-size: calc(var(--base-font-size));
}

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

.lineEffectLeft::after {
  background: var(--main);
}


.threeImageGroup:hover .textGroupContainer p:not(.groupItemTitle),
.twoImageGroup: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; */
  opacity: 1;
}

.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-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  margin-right: 0px;
}


.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-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.threeImageGroup:hover .groupItemTitle,
.twoImageGroup:hover .groupItemTitle {
  /* -webkit-animation: fade-in-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; */
  /* animation: fade-in-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; */
  opacity: 1;
}
.threeImageGroup:nth-of-type(4n).onViewport {
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-animation: fade-in-right 0.6s 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;
  }
.threeImageGroup:nth-of-type(3n-1) {
    margin-right: 0px;
    margin-left: 0px;
}
  .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;
  }

  .groupItemTitle {
    font-size: 25px;
    line-height: 30px;
  }
  .textGroupContainer .groupItemTitle {
    bottom: 31px;
    font-size: 18px;
}

  .fullScreenPromo {
    margin-left: 0%;
    width: 100%; 
    margin: 0;
  }

  .fullScreenContainer {
    justify-content: center;
  }

  .fullImgTitle {
    right: unset;
  }

  .threeImageGroup {
    /* width: calc(100%); */
    /* margin: 2px auto; */
    /* float: unset; */
    margin-top: 2px;
  }

  .threeImageGroup:nth-of-type(3n-2) {
    /* margin: 2px auto 0px; */
    margin-top: 2px;
  }

  .threeImageGroup:nth-of-type(3n + 0) {
    /* margin: 0 auto; */
    margin-right: 4px;
  }


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

  .textGroupContainer {
    bottom: 18px;
    left: 0;
  }

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

  .textGroupContainer p:not(.groupItemTitle)::before {
    bottom: 4px;
    background: var(--btn-font);
    width: 100%;
    left: 0;
  }

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

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

  .groupItemTitle {
    opacity: 1;
    font-size: 20px;
  }

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



@media screen and (min-width: 768px) and (max-width: 1100px) {
  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    top: unset;
    bottom: 40px;
    right: auto;
    position: absolute;
    font-size: calc(var(--btn-font-size) - 4px);
    line-height: calc(var(--btn-line-height) - 15px);
  }
  

  .textGroupContainer p:not(.groupItemTitle)::before {
    bottom: -5px;
    background: var(--btn-font);
    width: 100%;
    left: 0;
  }  
}