img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body:has(.basicLightbox .basicLightbox__placeholder) {
  overflow-y: hidden;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  max-width: 1128px;
}

.gallery-item {
  width: calc((100% - 48px) / 3);
}

.gallery-image {
  width: 360px;
  height: 200px;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-image:hover {
  cursor: url('../img/bxs_hand-down.png'), pointer;
  transform: scale(1.1);
}

.basicLightbox .basicLightbox__placeholder {
  max-width: 1112px;
  margin-top: -50px;
}

.basicLightbox {
  background-color: rgba(46, 47, 66, 0.8);
}

.modal {
  width: 1112px;
}
