/* Homepage: match original Visual Portfolio slider presentation */
.elementor-13 .vp-portfolio__items-wrap {
  min-height: 300px;
}

.elementor-13 .vp-portfolio__item-img img {
  display: block;
  width: 100%;
  height: 300px;
  min-height: 300px;
  object-fit: cover;
}

.elementor-13 .vp-portfolio__items-style-emerge .vp-portfolio__item-caption {
  background: #2297a5;
}

.elementor-13 .vp-portfolio__thumbnails-wrap {
  display: block !important;
  margin-top: 15px;
}

.elementor-13 .vp-portfolio__thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.elementor-13 .vp-portfolio__thumbnail-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}

.elementor-13 .vp-portfolio__items-arrow {
  color: #666;
}
