.fullScreenContainer {
  display: block;
  align-items: center;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  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;
  overflow: hidden;
}

.fullScrenTextContainer {
  position: absolute;
  width: 400px;
  height: 250px;
  background: var(--web-background);
  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;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid var(--secondary-2);
  padding: 10px 18px;
  margin: 0 30px 25px;
  text-transform: uppercase;
}

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

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

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

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

.fourImageGroup {
  width: 32%;
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 0;
  opacity: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  clear: none;
}

figure.fourImageGroup {
  margin: 0;
}

.fourImageGroup:nth-of-type(3n-2) {
  margin-right: 2%;
}

.fourImageGroup:nth-of-type(3n-1) {
  margin-right: 2%;
}

.fourImageGroup:nth-of-type(3n) {
  margin-right: 0;
}

.fourImageGroup:hover figure img {
  filter: brightness(0.8);
}
.fourImageGroup:nth-of-type(3n).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;
}

.imageGroupContainer {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 4px;
}

@media screen and (min-width: 1101px) {
  .imageGroupContainer {
    width: 100%;
  }

  .imageGroupContainer .twoImageGroup {
    flex: 0 0 calc((100% - 8px) / 3);
    width: auto;
  }
}

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

.groupItemTitle {
  text-align: left;
  font-size: var(--group-font-size);
  opacity: 0;
  color: var(--button-font-color);
}

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

.seeMoreFullScreen figure img {
  width: 100px;
}

.textGroupContainer .groupItemTitle {
   color: var(--button-font-color);
  letter-spacing: var(--letter-spacing);
}

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

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

.twoImageGroup figure,
.twoImageGroup a {
  height: 100%;
  aspect-ratio: 504 / 610;
}

.twoImageGroup img {
  aspect-ratio: 504 / 610;
}

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

.textGroupContainer p:not(.groupItemTitle) {
  opacity: 0 !important;
  color: var(--button-font-color);
  text-transform: uppercase;
}
.textGroupContainer p:not(.groupItemTitle):hover {
  color: var(--button-font-color-hover) !important;
  background: var(--base-aux);
}
.textGroupContainer p:not(.groupItemTitle)::before {
  bottom: -6px;
  background: var(--base-aux);
}

.twoImageGroup .textGroupContainer {
  width: 100%;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1fr auto;
  justify-items: center;
  align-items: center;
  padding: 0 20px 24px;
  box-sizing: border-box;
}

.twoImageGroup .textGroupContainer .groupItemTitle {
  grid-row: 2;
  text-align: center;
  opacity: 0;
}

.groupItemTitle {
    font-size: 30px;
    font-weight: 700;
}

.twoImageGroup .textGroupContainer p:not(.groupItemTitle) {
  grid-row: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 28px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
  background: var(--base-aux);
  color: var(--secondary-2) !important;
  opacity: 0 !important;
  font-weight: 500;
  border: 1px solid var(--base-aux);
  transform: translateY(24px);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.twoImageGroup .textGroupContainer p:not(.groupItemTitle):hover {
  background: var(--secondary-2);
  border-color: var(--secondary-2);
  color: var(--base-aux) !important;
}

.twoImageGroup .textGroupContainer p:not(.groupItemTitle)::before {
  display: none;
}

.twoImageGroup:hover .groupItemTitle,
.twoImageGroup:focus-within .groupItemTitle {
  opacity: 1;
}

.twoImageGroup:hover .textGroupContainer p:not(.groupItemTitle),
.twoImageGroup:focus-within .textGroupContainer p:not(.groupItemTitle) {
  opacity: 1 !important;
  transform: translateY(0);
}

.twoImageGroup:hover .groupItemTitle,
.twoImageGroup:focus-within .groupItemTitle {
  -webkit-animation: none;
  animation: none;
}

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

.fourImageGroup:nth-of-type(1).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: 0;
}
.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: 0;
}
.twoImageGroup:nth-of-type(odd).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(3n + 0).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;
}
.twoImageGroup:nth-of-type(even).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: 0;
}

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

.twoImageGroup:hover .textGroupContainer p:not(.groupItemTitle),
.twoImageGroup:focus-within .textGroupContainer p:not(.groupItemTitle) {
  -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;
}

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

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

.fourImageGroup .textGroupContainer {
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: center;
  align-content: center;
  width: calc(100% - 30px);
  margin-bottom: 15px;
}

.fourImageGroup .textGroupContainer .groupItemTitle {
  text-align: center;
}

.fourImageGroup .textGroupContainer p:not(.groupItemTitle) {
  opacity: 0;
  display: inline-flex;
  background: var(--web-background);
  color: var(--secondary-2);
  padding: 10px 18px;
  border: 1px solid var(--secondary-2);
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.fourImageGroup:hover .textGroupContainer p:not(.groupItemTitle),
.fourImageGroup:focus-within .textGroupContainer p:not(.groupItemTitle) {
  opacity: 1 !important;
}

.fourImageGroup:hover .groupItemTitle,
.fourImageGroup:focus-within .groupItemTitle {
  opacity: 1;
}


@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.7);
    filter: brightness(0.7);
  }
  
  .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;
    display: flex;
  }
  
  .imageGroupContainer {
    display: flex;
    flex-direction: column;
    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: calc(100%);
    margin: 6px 0px !important;
    margin-bottom: 0px !important;
    float: none;
  }

  .imageGroupContainer .twoImageGroup,
  .imageGroupContainer .twoImageGroup:nth-of-type(odd) {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    float: none;
    flex: 0 0 100% !important;
    opacity: 1 !important;
    aspect-ratio: 504 / 610;
  }

  .imageGroupContainer .twoImageGroup a,
  .imageGroupContainer .twoImageGroup figure,
  .imageGroupContainer .twoImageGroup img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
  }

  .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 !important;
    font-size: 12px;
  }

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

  .groupItemTitle {
    opacity: 1;
  }

  .twoImageGroup .textGroupContainer .groupItemTitle,
  .twoImageGroup .textGroupContainer p:not(.groupItemTitle) {
    opacity: 1 !important;
    transform: none;
  }

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

@media screen and (max-width: 1100px) {
  .imageGroupContainer {
    display: block !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .imageGroupContainer .twoImageGroup {
    display: block !important;
    width: 100% !important;
    min-height: calc(100vw * 610 / 504);
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .imageGroupContainer .twoImageGroup:not(:last-child) {
    margin-bottom: 4px !important;
  }

  .imageGroupContainer .twoImageGroup a,
  .imageGroupContainer .twoImageGroup figure,
  .imageGroupContainer .twoImageGroup img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: calc(100vw * 610 / 504);
    opacity: 1 !important;
    visibility: visible !important;
  }
}
