
.vcp-carousel-wrapper { width: 100%; position: relative; overflow: hidden; background: #000; }
#vcp-carousel .splide__slide { position: relative; height: 100%; }
#vcp-carousel .splide__slide img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.75; transition: 0.3s; }
#vcp-carousel .splide__slide:hover img { opacity: 0.95; }
.vcp-caption { position: absolute; bottom: 50px; left: 40px; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,1); z-index: 10; max-width: 80%; }
.vcp-caption h2 { font-size: clamp(1.5rem, 4vw, 2.5rem); margin-bottom: 5px; color: #fff; }
.vcp-caption p { font-size: 0.8rem; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; border-bottom: 2px solid #fff; display: inline-block; padding-bottom: 4px; }
.vcp-error { padding: 40px; border: 2px dashed #999; text-align: center; background: #f9f9f9; }
