/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 08 2026 | 14:55:17 */
a.re-gallery-thumb {
  display: block !important;
  text-decoration: none !important;
}


.re-gallery,
.re-gallery * {
  box-sizing: border-box !important;
}

.re-gallery-main {
  width: 100% !important;
  margin: 0 0 12px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #f0f0f0 !important;
}

.re-gallery-main a,
.re-gallery-main a:hover,
.re-gallery-main a:focus {
  background: transparent !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.re-gallery-main-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  cursor: zoom-in !important;
}

/* riga miniature sotto */
.re-gallery-thumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

/* mini visibili (anche se sono <a> vuoti) */
a.re-gallery-thumb,
.re-gallery-thumb {
  display: block !important;
  width: 100px !important;
  height: 75px !important;
  flex: 0 0 100px !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  background-color: #ddd !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  text-decoration: none !important;
  cursor: pointer !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
  overflow: hidden !important;
}

a.re-gallery-thumb:hover,
a.re-gallery-thumb:focus,
a.re-gallery-thumb:active {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  background-color: #ddd !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

a.re-gallery-thumb.is-active,
.re-gallery-thumb.is-active {
  border-color: #111 !important;
}


@media screen and (max-width: 767px) {
	.re-gallery-thumbs {
		display: none !important;
	}
}