.imageGroups {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 50%;
  float: left;
}

.groupInfo {
  position: absolute;
  bottom: 0;
  left: 35px;
}

.groupImgTitle {
  position: relative;
  color: #fff;
  z-index: 1;
  max-width: 314px;
  display: none;
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 34px;
  font-weight: 600;
}

.groupImgDescription {
  width: 100%;
  font-size: 30px;
  margin-top: 25px;
  line-height: 20px;
  color: var(--black);
  font-weight: 700;
}

.promoColumnImage {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  float: left;
  cursor: pointer;
}

.promoWideImage {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}

.groupImg {
  position: relative;
  width: calc(100% - 2.5px);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.groupButton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: var(--black);
  height: 50px;
  margin: 25px 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  padding: 0 25px;
  -moz-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  line-height: 50px;
}

.groupButton:hover {
  color: var(--black);
  background: var(--secondary);
}

.fullScreenPromo {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.fullScreenContainer {
  display: block;
  width: 80%;
  position: relative;
  height: auto;
  margin: 40px auto;
  overflow: hidden;
}

.promoImageColumnText {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -webkit-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
}

.bkgHovered {
  opacity: 0.8;
}

.textHovered {
  opacity: 1;
}

.scaleImg {
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.groupImg.square {
  aspect-ratio: 1/1;
  margin-right: 2.5px;
}

.groupImg.rectangle {
  aspect-ratio: 16/7.938;
  margin-left: 2.5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .groupImgDescription {
    font-size: 12px;
    line-height: 16px;
  }

  .groupButton {
    height: 30px;
    margin: 20px 0;
    font-size: 12px;
    padding: 0 20px;
    line-height: 30px;
  }

  .groupImgTitle {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 769px) {
  #imageGroups {
    width: 100%;
  }

  .promoColumnImage {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .promoWideImage {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
    display: block;
    margin-bottom: 0;
  }

  .promoWideImage:nth-child(odd) {
    margin-right: 0;
  }

  .promoImageColumnText {
    font-size: 17px;
    left: 15px;
    bottom: 15px;
  }

  .promoColumnImage .promoImageColumnText {
    font-size: 25px;
  }

  .fullScreenContainer {
    width: 100%;
    margin: 20px auto;
    margin-bottom: 35px;
  }

  .groupInfo {
    position: absolute;
    bottom: unset;
    left: unset;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
  }

  .imageGroups {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .groupsContainer {
    width: 100%;
  }

  .groupImgTitle {
    font-size: 13px;
    line-height: 17px;
  }

  .groupImg {
    position: relative;
    width: 100%;
  }

  .groupInfo.rectangle {
    top: 40%;
  }

  .groupImgDescription {
    font-size: 20px;
    margin-top: 10px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  .groupButton {
    height: 35px;
    margin: 10px 0;
    font-size: 13px;
    border-radius: 50px;
    padding: 0 20px;
    line-height: 35px;
    width: 6rem;
    text-align: center;
  }

  .groupImg.rectangle {
    aspect-ratio: 1/1;
    margin: 0;
  }
}
