section.events .event img {
  height: 250px;
}

ul li::marker {
  color: var(--alt-color);
}

.controls .btn {
  width: 42.12px;
  height: 33.95px;
}
.controls .btn.active {
  color: var(--alt-color);
  border: 1px solid var(--alt-color) !important;
}

.swiper {
  /*height: 522px;*/
}

.photo-button-wrapper {
  z-index: 5;
}
.photo-button-wrapper button {
  position: absolute;
  right: 11px;
  top: 20px;
}

.gall-2 img {
  height: 557px;
  object-fit: cover;
}

.gall-3 img {
    height: 515px;
    object-fit: cover;
    max-width: 100%;
    width: auto;
}

.bullets span {
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  display: block;
}

/* media screens */
@media (max-width: 992px) {
  .gall-2 img,
  .gall-3 img {
    height: 400px;
  }
}

/* phone screen */
@media (max-width: 400px) {
  .gall-2 img,
  .gall-3 img {
    height: 515px;
  }
}
