.barbers-gallery-list .barbers-gallery-list__item-photo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 110%;
  background-position: 75% top;
  display: flex;
  padding: 40px 38px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
}
.barbers-gallery-list .barbers-gallery-list__item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.barbers-gallery-list .barbers-gallery-list__item-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.barbers-gallery-list .barbers-gallery-list__item-name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .barbers-page {
    width: 100%;
    height: 100%;
  }
  .swiper-container.barbers-swiper {
    width: 100%;
    height: 100%;
  }
  .barbers-gallery-list .barbers-gallery-list__item-photo {
    padding: 180px 38px;
    background-position: 70% bottom;
  }
  .barbers-gallery-list .barbers-gallery-list__item-info {
    gap: 8px;
  }
  .barbers-gallery-list .barbers-gallery-list__item-title {
    font-size: 24px;
  }
  .barbers-gallery-list .barbers-gallery-list__item-name {
    font-size: 24px;
  }
  .barbers-page .swiper-pagination {
    bottom: 100px !important;
  }
  .barbers-page .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 0.5px solid var(--white, #f8f5f0);
  }
  .barbers-page .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--white, #f8f5f0);
  }
}

@media screen and (min-width: 1440px) {
  .barbers-gallery-list .barbers-gallery-list__item-photo {
    padding: 188px 38px;
    /* background-position: center bottom; */
    background-position: 65% bottom;
    background-size: cover;
  }
  .barbers-gallery-list .barbers-gallery-list__item-info {
    gap: 12px;
    opacity: 0;
    transition: var(--transition-dur-and-func);
  }
  .barbers-gallery-list
    .barbers-gallery-list__item
    a:hover
    .barbers-gallery-list__item-info,
  .barbers-gallery-list
    .barbers-gallery-list__item
    a:focus
    .barbers-gallery-list__item-info {
    opacity: 1;
  }
  .barbers-gallery-list .barbers-gallery-list__item-title {
    font-size: 32px;
  }
  .barbers-gallery-list .barbers-gallery-list__item-name {
    font-size: 32px;
  }
  .barbers-page .swiper-pagination {
    bottom: 80px !important;
  }
}

@media screen and (min-width: 1920px) {
  .barbers-page .swiper-pagination {
    bottom: 120px !important;
  }
}

@media (max-width: 767px) {
  .barbers-gallery-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .barbers-gallery-list .barbers-gallery-list__item {
    width: 50%;
    aspect-ratio: 188/293;
  }
  .barbers-page .swiper-pagination {
    display: none;
  }
}
