.sol-clip-animation {
    display: grid;
    position: relative;
    overflow: hidden;
}

.sol-clip-animation > * {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    height: 100%;
}

.sol-clip-animation__img {
    display: block;
    opacity: 0;
}

.sol-clip-animation__mask {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center;
}

@media (prefers-reduced-motion: reduce) {
    .sol-clip-animation__img {
        opacity: 1;
    }

    .sol-clip-animation__mask {
        display: none;
    }
}
.problem-wh-area .sol-clip-animation.wh-img {
    width: 412px;
    max-width: 100%;
    aspect-ratio: 412 / 473;
}

.problem-wh-area .sol-clip-animation.wh-thumb {
    width: 259px;
    max-width: 45%;
    aspect-ratio: 259 / 172;
}

.sol-card-feature-app-img {
    width: 100%;
    height: 100%;
}

.sol-card-feature-app-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(173, 173, 173, 0.4));
    pointer-events: none;
}

.sol-card-premium-img {
    width: 100%;
    aspect-ratio: 360 / 146;
}

.testimonial-card.style-three .testimonial-content {
    width: 100%;
}
