.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%;
  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 {
  position: relative;
  width: calc((var(--web-container) - 1 * (100% - var(--web-container)) / 4) / 2);
  overflow: hidden;
  opacity: 0;
  aspect-ratio: 350/177;
  float: right;
  margin-top: 25px;
}

.twoImageGroup.onViewport:nth-of-type(odd) {
  /* margin-left: calc(calc(100% - var(--web-container)) / 2 ); */
  /* margin-right: calc((100% - var(--web-container)) / 4); */
  margin-top: 0px;
  -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;
}

.oneImageGroup {
  width: calc(50% - 18px - 2.5%);
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  float: left;
  /* margin-top: calc(calc(100% - var(--web-container)) / 2 ); */
  opacity: 0;
  aspect-ratio: 250/266;
}



.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 */
}

.twoImageGroup {
    margin-right: calc(calc(100% - var(--web-container)) / 2 );
    /* margin-top: 15px; */
    border-radius: var(--border-radius-small);
}


.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 */
}

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

.oneImageGroup a,
.oneImageGroup img,
.oneImageGroup figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twoImageGroup a,
.twoImageGroup img,
.twoImageGroup figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  /* bottom: 30px; */
  padding: 0 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /* position: absolute; */
  background-color: transparent;
  color: var(--button-font-color);
  border: 1px solid var(--base-aux);
  padding: 8px 21px;
  border-radius: var(--border-radius-large);
}
.textGroupContainer p:not(.groupItemTitle)::before {
  bottom: -6px;
  background: var(--white);
}


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

.oneImageGroup:nth-of-type(3n-2).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;
}

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


@media screen and (max-width: 1100px) {
  .promoColumnImage {
    width: 100%;
    height: 114vw;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 30px;
  }
  .textGroupContainer {
    gap: 10px;
}
.textGroupContainer .groupItemTitle {
    font-size: 18px;
}

  .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: 130px; */
  }

  .fullScreenContainer {
    justify-content: center;
  }

  .fullImgTitle {
    right: unset;
  }

  .oneImageGroup {
    width: 90%;
    margin: 12px 5% !important;
    /* float: unset; */
    aspect-ratio: unset;
  }

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

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

  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    /* position: absolute; */
  }

  .oneImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
    animation: none;
  }
   .oneImageGroup:hover .groupItemTitle {
    -webkit-animation: none;
    animation: none;
  }

  .twoImageGroup {
    width: 90%;
    margin: 12px 5% 10px !important;
    aspect-ratio: unset;
  }
  .groupItemTitle {
    opacity: 1;
  }
 
}

@media screen and (min-width: 1100px) {
  .oneImageGroup:hover figure {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
  .oneImageGroup:hover{
  filter: brightness(0.9);
}
  .oneImageGroup:hover figure,
.twoImageGroup:hover figure {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.5);
}


.textGroupContainer p:not(.groupItemTitle):hover {
    color: var(--button-font-color-hover) !important;
    background: var(--base-aux);
}
.oneImageGroup: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;
}
  .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;
}

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


}
