.elementor-2679 .elementor-element.elementor-element-b9f4d55{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3ea3f48 */.vystava-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vystava-gallery-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.vystava-gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.vystava-gallery-thumb {
  flex: 0 0 86px;
  opacity: .55;
  cursor: pointer;
}

.vystava-gallery-thumb img {
  width: 86px;
  height: 66px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.vystava-gallery-thumb.is-active,
.vystava-gallery-thumb:hover {
  opacity: 1;
}/* End custom CSS */