.ci-979a3706-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%;
}

.ci-979a3706-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

/* Shine Overlay Base Styling */
.ci-979a3706-shine-overlay {
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 2;
}

/* Animations triggers */
.ci-979a3706-wrapper.ci-979a3706-shine-always .ci-979a3706-shine-overlay {
    animation: ci-979a3706-shine-anim ease-in-out;
}

.ci-979a3706-wrapper.ci-979a3706-shine-enabled:not(.ci-979a3706-shine-always):hover .ci-979a3706-shine-overlay {
    animation: ci-979a3706-shine-anim ease-in-out;
}

/* Shine Animation Spec */
@keyframes ci-979a3706-shine-anim {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

.ci-979a3706-caption {
    font-size: 0.9em;
    color: #666;
    margin-top: 8px;
    text-align: center;
}
