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

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

.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 {
  float: left;
  position: relative;
  width: calc(50% - 3px);
  overflow: hidden;
  opacity: 0;
  margin-bottom: 6px;
  margin-top: 6px;
}

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

.fourImageGroup {
  width: calc(calc(100% / 4) - calc(18px / 4));
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: calc(calc(100% - var(--home-container)) / 4 );
  opacity: 0;
  margin-bottom: calc(calc(100% - var(--home-container)) / 4 );
  /* border-radius: var(--border-radius); */
}

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




.fourImageGroup:nth-of-type(3n-2) {
  /* margin: 0px 18px 0 0; */
  /* margin-left: calc(calc(100% - var(--home-container)) / 2 ); */
  margin-right: 6px; /* 1.5% margin right */
  /* clear: both; */
}
.fourImageGroup:nth-of-type(4).onViewport {
    margin-left: 0px;!;!i;!;
    -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;
    fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s animation-fill-mode: both;
}
.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;
}

.textGroupContainer {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  margin-left: 5%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.seeMoreFullScreen figure img {
  width: 100px;
}

.textGroupContainer .groupItemTitle {
  color: var(--base-aux);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
}

.fourImageGroup a,
.fourImageGroup img,
.fourImageGroup figure {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 373/453;
}

.twoImageGroup a,
.twoImageGroup img,
.twoImageGroup figure {
  display: block;
  width: 100%;
}

.fourImageGroup:hover figure img, .twoImageGroup:hover figure img {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.8);
}

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  color: var(--button-font-color);
  text-transform: uppercase;
}
.textGroupContainer p:not(.groupItemTitle):hover {
    /* color: var(--button-font-color-hover) !important; */
    /* background: var(--base-aux); */
    color: var(--button-font-color) !important;!i;!;
}
.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;
  margin-right: 6px;
}

.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;
  margin-right: 6px;
}
.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;
  /* margin-left: 3px; */
  /* margin-right: 6px; */
}
.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;
 margin-left: 3px;
}
.twoImageGroup: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;
}

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

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

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

  .fourImageGroup {
    width: calc(100%);
    margin: 6px 0px !important;
    /* float: unset; */
    margin-bottom: 0px !important;
  }
    .twoImageGroup,
  .twoImageGroup:nth-of-type(odd) {
    width: 100%;
    margin: 6px 0px 0px !important;
  }

  .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;
    /* position: absolute; */
  }

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


  .groupItemTitle {
    opacity: 1;
  }
  .fourImageGroup:hover .groupItemTitle {
    -webkit-animation: none;
    animation: none;
  }
}
