:target {
  scroll-margin-top: 100px;
}

header {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  z-index: 23;
  width: 100vw;
}

main {
  margin-top: 100px !important;
}

.reverse {
  flex-direction: column-reverse;
}

.wpcp-carousel-section .wpcp-single-item img {
  height: 225px;
  width: auto;
}

#sp-wp-carousel-free-id-376.sp-wpcp-376 .wpcp-single-item {
  border: none !important;
}

.wpcp-next-button, .wpcp-prev-button {
  font-size: 75px !important;
}

.gallery-row {
  overflow: hidden;
}

.wpcp-carousel-section.nav-vertical-center {
  margin: 0 min(6.5rem, 8vw) !important;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-next {
  right: 0 !important;
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
  left: 0 !important;
}

@media screen and (min-width: 782px) {
  .kudy-kam-row {
  	gap: 3%;
  }
  .reverse {
    flex-direction: row;
  }
}