.square {
  width: calc(96% / 3);
  height: 70vh;
  position: relative;
  overflow: hidden;
  display: block;
}
.square {
  margin: 20px 0 2%;
}
.groupsTop {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  justify-content: space-between;
}
.promoColumnImage {
  background-size: cover;
  position: relative;
  height: 100%;
  display: block;
  width: 100%;
}
.square .textGroupContainer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.square .groupItemText {
  display: none;
}
.square .groupItemTitle {
  height: 100%;
  align-items: center;
}
.imageGroup {
  width: calc(98% / 2);
  overflow: hidden;
  height: 70vh;
  position: relative;
  cursor: pointer;
}
.imageGroup,
.square {
  transition: 0.5s all ease-in-out;
}
.imageGroup:hover,
.square:hover {
  transform: scale(0.98);
}
.promoColumnImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageGroup .textGroupContainer {
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.imageGroup figure,
.imageGroup img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fullScreenContainer {
  width: calc(100% / 4);
  float: left;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  transition: 2s all ease-in-out;
}
.fullScreenContainer:hover img {
  transform: scale(1.1);
}
.fullScreenContainer figure,
.fullScreenContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 5s all ease-in-out;
  transform: scale(1.01);
}
.fullImgTitle {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 70%;
  max-width: 200px;
  display: none;
}

@media screen and (min-width: 770px) and (max-width: 1150px) {
  .fullImgTitle,
  .groupItemTitle {
    font-size: 25px;
    line-height: 28px;
  }
  .square {
    height: auto;
    aspect-ratio: 3/3.7;
  }
  .fullScreenContainer {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  .square,
  .imageGroup,
  .fullScreenContainer {
    margin: 0 5px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .textGroupContainer .groupItemTitle,
  .slidersGroups .fullImgTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .groupItemTitle,
  .fullImgTitle {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    max-width: unset;

    height: 60px;
    top: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .groupItemTitle {
    justify-content: start;
  }
  .square .groupItemTitle, .promoWideImage .groupItemTitle{
    justify-content: center;
  }
  .groupsTop,
  .promoColumnImage {
    width: 100%;
  }
  .slidersGroups .slick-dots {
    bottom: -35px;
  }
}
