﻿.site-blocks-cover {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.site-block-cover-content {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 10px;
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

