.fullScreenContainer {
  display: block;
  align-items: center;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  color: var(--base);
  margin-top: 20px;
  margin-bottom: 20px;
  float:left;
}

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

.fullScreenContainer figure {
  width: 100%;
}

.fourImageGroup:hover figure {
  -homekit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.fullScreenPromo {
  width: 100%;
  margin: auto;
  display: block;
  overflow: hidden;
}

.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 {
  float: left;
  position: relative;
  width: calc((90% / 6) - 27px);
  overflow: hidden;
  opacity: 1;
  margin-bottom: 6px;
  margin-top: 6px;
  margin-right:32px;
  margin-bottom: 30px;
}
.twoImageGroup:first-of-type{
  margin-left:5%
}
.twoImageGroup:last-of-type{
  margin-right:5%
}

.fourImageGroup {
  width: calc(calc(90% / 2) - calc(16px / 2));
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 0;
  opacity: 0;
  margin-bottom: 0;
  margin-right: 20px;
  border-radius: 14px;
  margin-bottom: 34px;
}

.fourImageGroup:hover figure img {
  filter: brightness(0.9);
}
.fourImageGroup:nth-of-type(2n-1) {
  margin-left: 5%;
}
.fourImageGroup:nth-of-type(4).onViewport {
  margin-left: 0px;
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  margin-right: 0px;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.twoImageGroup img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.groupItemTitle {
  font-size: var(--group-font-size);
  opacity: 1;
  color: var(--button-font-color);
}

.textGroupContainer {
  text-align: center;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: 40px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: #000;
}
.fourImageGroup .textGroupContainer {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  width: 90%;
  height: auto;
  margin: auto;
  color: #000;
  position: absolute;
  display: flex;
  justify-content: space-between;
}
.seeMoreFullScreen figure img {
  width: 100px;
}

.textGroupContainer .groupItemTitle {
   color: #1D1D1B;
   /* text-transform: uppercase; */
   /* letter-spacing: var(--letter-spacing); */
   text-align: center;
   width: 100%;
}
.fourImageGroup .textGroupContainer .groupItemTitle {
   color: #ffffff;
   /* text-transform: uppercase; */
   /* letter-spacing: var(--letter-spacing); */
   text-align: center;
   width: fit-content;
   opacity: 0;
   font-size: 40px;
   font-weight: 600;
   line-height: 44px;
}
.fourImageGroup a,
.fourImageGroup img,
.fourImageGroup figure {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 685/321;
}

.twoImageGroup a,
.twoImageGroup img,
.twoImageGroup figure {
  display: block;
  width: 100%;
}
.twoImageGroup:hover figure{
    background: #206C6A;
}
.twoImageGroup:hover .groupItemTitle{
    color: #206C6A;
}
.twoImageGroup figure{
    background: #F9F7ED;
  border-radius: 20px;
}
.fourImageGroup:hover figure img,
.twoImageGroup:hover figure img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.fourImageGroup .shopNow {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    margin: unset;
    z-index: 4;
    color: #FFFFFF;
    width: fit-content;
    background: #206C6A;
    height: 42px;
    border-radius: 100px;
    padding: 11px 54px 11px 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    border: 1px solid #206C6A;
    background-image: url(../../files/whiteArrow.png);
    background-repeat: no-repeat;
    background-position: right 28px center;
    background-size: 15px;
}
.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
}
.textGroupContainer p:not(.groupItemTitle):hover {
  color: var(--button-font-color);
}
.textGroupContainer p:not(.groupItemTitle)::before {
  bottom: -6px;
  background: var(--base-aux);
}

.fourImageGroup:hover .textGroupContainer p:not(.groupItemTitle) {
  -webkit-animation: fade-in-right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
  animation: fade-in-right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
}

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

.fourImageGroup:nth-of-type(1).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;
}
.fourImageGroup:nth-of-type(3).onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  margin-right: 6px;
}
.twoImageGroup:nth-of-type(odd).onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.fourImageGroup:nth-of-type(3n + 0).onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.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;
}


.fourImageGroup:hover .groupItemTitle {
  -webkit-animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.textGroupContainer p:hover:not(.groupItemTitle)::before {
background:var(--secondary);
}

@media screen and (max-width: 1100px) {
  .promoColumnImage {
    width: 100%;
    height: 114vw;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 30px;
  }
  .fourImageGroup figure img,
  .twoImageGroup figure img {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.8);
    aspect-ratio: 339/ 321;
    object-fit: cover;
  }
  .fullScrenTextContainer {
    width: 90%;
    margin-left: 5%;
    margin-top: 25vh;
  }

  .fullScrenTextTitle {
    font-size: 23px;
  }

  .promoWideImage {
    width: 100%;
    margin-bottom: 30px;
  }
  .textGroupContainer {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 7px;
    color: #206C6A;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fourImageGroup .textGroupContainer{
    height: 50%;
    bottom: 20px;
    margin: auto;
    align-items: center;
  }
  .fourImageGroup .textGroupContainer .groupItemTitle {
    font-size: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;
  }

  .fourImageGroup {
    width: 90%;
    margin: 0px 5% 20px;
    float: none;
  }
    .fourImageGroup:last-of-type{
      margin-bottom: 30px;
    }
  
  .twoImageGroup,
  .twoImageGroup:nth-of-type(odd) {
    width: calc((92% / 2) - 12px);
    margin-left: 5%;
    margin-right: 12px;
    margin-bottom: 6px;
  }
.twoImageGroup:nth-of-type(even) {
    width: calc((92% / 2) - 10px);
    margin-left: 0;
    margin-right: 5%;
  }
  .fourImageGroup:nth-of-type(3n-2),
  .fourImageGroup:nth-of-type(3n + 0) {
    margin: 20px 20px;
  }

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

  .textGroupContainer p:not(.groupItemTitle) {
    margin-top: 0;
    opacity: 1;
    font-size: 12px;
  }

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

  .groupItemTitle {
    opacity: 1;
    color: #206C6A;
  }
  .fourImageGroup .groupItemTitle {
    opacity: 1 !important;
  }
}
