.gallery-container .gallery-item {
	width: 100%;
}
.gallery-container .gallery-item .gallery-slick-nav {
	position: absolute;
  width: 40px;
  height: 40px;
  top: 45%;
  border: none;
  transition:visibility 0.3s linear, opacity 0.3s linear;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, .7));
  z-index: 99;
  display: none;
  visibility: hidden;
  opacity: 0;
  background: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-container .gallery-item:hover .gallery-slick-nav{
	display: block;
	visibility: visible;
	opacity: 1;
}
.gallery-container .gallery-item .gallery-slick-prev{
	background-image: url('/wp-content/uploads/2025/03/caret-left-white.svg');
}
.gallery-container .gallery-item .gallery-slick-next{
	background-image: url('/wp-content/uploads/2025/03/caret-right-white.svg');
	right: 0;
}
.gallery-container .gallery-item .slider-container {
	width: 100%;
	max-width: 600px;
}
.gallery-container .gallery-item .slider-info {
	font-size: 1rem;
	color: var(--ewm-primary-color);
}

/* Lightbox */
.lightbox .lb-image {
	border: none;
	border-radius: unset;
}
.lb-dataContainer {
	display: none !important;
}