.fullScreenContainer {
  display: block;
  align-items: center;
  width: var(--web-container);
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  color: var(--base);
  margin-top: 1vw;
  margin-left: calc((100% - var(--web-container)) / 2);
  border-radius: 20px;
}

.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: 94%;
  margin: auto;
  display: block;
  border-radius: 20px;
}

.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;
}

.threeImageGroup {
  position: relative;
  width: calc((calc(var(--web-container) / 4) - 23px));
  overflow: hidden;
  opacity: 0;
  margin-top: 15px;
  aspect-ratio: 1;
  float: left;
  margin-right: 15px;
  border-radius: var(--border-radius-small);
}

.threeImageGroup:nth-of-type(1).onViewport {
  margin-left: calc(calc(100% - var(--web-container)) / 1.4);
  -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.twoImageGroup {
  width: calc(50% - 20px - 3vw);
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  float: left;
  margin-top: calc(calc(100% - var(--web-container)) / 2);
  opacity: 0;
}

.threeImageGroup:nth-of-type(3).onViewport {
  -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
figure.twoImageGroup.observer.onViewport:nth-of-type(1) {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

figure.twoImageGroup.observer.onViewport:nth-of-type(2) {
  margin-right: calc(calc(100% - var(--web-container)) / 2);
  -webkit-animation: fade-in-right 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-right 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
figure.twoImageGroup:nth-of-type(1) {
  margin-left: 3vw;
  margin-right: 40px;
}

figure.twoImageGroup:nth-of-type(2) {
  margin-left: 0px;
  margin-right: 3vw;
}
.oneImageGroup:nth-of-type(3n + 0) {
  margin-left: calc((100% - var(--web-container)) / 4); /* 1.5% margin left */
  margin-right: calc((100% - var(--web-container)) / 2); /* 3% margin right */
}

.oneImageGroup:nth-of-type(3n-2) {
  /* margin: 0px 18px 0 0; */
  margin-left: calc(calc(100% - var(--web-container)) / 2);
  /* margin-right: calc((100% - var(--web-container)) / 4); */ /* 1.5% margin right */
}

.threeImageGroup img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.groupItemTitle {
  font-size: var(--group-font-size);
  /* position: absolute; */
  font-weight: var(--groups-font-weight);
  opacity: 0;
  line-height: var(--group-line-height);
}

.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;
  gap: 4px;
}

.seeMoreFullScreen figure img {
  width: 100px;
}

.textGroupContainer .groupItemTitle {
  color: var(--base-aux);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
  font-size: 20px;
  font-weight: 500;
}

.oneImageGroup a,
.oneImageGroup img,
.oneImageGroup figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threeImageGroup a,
.threeImageGroup img,
.threeImageGroup figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 12px;
}

figure.twoImageGroup img {
  width: 100%;
  display: block;
  position: relative;
}

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  text-underline-offset: 4px;
  color: var(--button-font-color);
  padding: 0;
  position: absolute;
  bottom: 35%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.textGroupContainer p:not(.groupItemTitle):hover::before {
  bottom: -6px;
  background: white;
}

.oneImageGroup:nth-of-type(3n-1).onViewport {
  -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.oneImageGroup:nth-of-type(3n-2).onViewport {
  -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.oneImageGroup:nth-of-type(3n + 0).onViewport,
.threeImageGroup:nth-of-type(even).onViewport {
  -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

@media screen and (max-width: 1100px) {
  .promoColumnImage {
    width: 100%;
    height: 114vw;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 30px;
  }
  .textGroupContainer {
    gap: 10px;
  }
  figure.threeImageGroup figure {
    filter: brightness(0.7);
  }

  .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;
    border-radius: 0;
  }

  .fullScreenContainer {
    width: calc(100% - 0px);
    margin-left: 0px;
    border-radius: 0;
    margin-top: 15px;
  }

  .fullImgTitle {
    right: unset;
  }

  .twoImageGroup {
    width: calc(100% - 40px);
    margin: 9px 20px !important;
    /* float: unset; */
    aspect-ratio: unset;
  }

  .twoImageGroup:nth-of-type(3n-2),
  .twoImageGroup:nth-of-type(3n + 0) {
    margin: 20px 20px;
  }

  .twoImageGroup figure {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }

  .twoImageGroup figure,
  .threeImageGroup figure {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }

  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    bottom: 20px;
    /* position: absolute; */
  }

  .twoImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
    animation: none;
  }
  .twoImageGroup:hover .groupItemTitle {
    -webkit-animation: none;
    animation: none;
  }

  .threeImageGroup {
    width: calc(100% - 40px);
    margin: 12px 20px 10px !important;
    aspect-ratio: unset;
  }
  .groupItemTitle {
    opacity: 1;
  }
}

@media screen and (min-width: 1100px) {
  .twoImageGroup:hover figure {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }
  .twoImageGroup:hover {
    /* filter: brightness(0.6); */
    /* -webkit-filter: brightness(0.6); */
  }
  .twoImageGroup:hover figure,
  .threeImageGroup:hover figure {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
  }

  .twoImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.3s 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 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }

  .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;
  }

  .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;
  }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .fullScreenPromo {
    width: 96%;
  }
}

@media (min-width: 1600px) and (max-width: 1900px) {
  .fullScreenPromo {
    width: 97%;
  }
}
