.ci-733600ab-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.ci-733600ab-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ci-733600ab-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover Zoom Effect */
.ci-733600ab-container.ci-733600ab-zoom:hover .ci-733600ab-image-wrapper img {
    transform: scale(1.1);
}

/* Caption Overlay styling */
.ci-733600ab-caption-wrapper {
    position: relative;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.ci-733600ab-caption {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
}
