.rlc-cardstack {
    width: 41.063em;
    height: 58em;
    overflow: hidden;
    color: #fff;
}
    .rlc-cardstack .rlc-cards {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        height: 46.875em;
        margin-left: 3.000em;
        width: 30.375em;
    }
        .rlc-cardstack .rlc-cards .rlc-slide {
            position: absolute;
            left: 1.584em; top: 50%;
            z-index: 0;
            width: 30.375em;
            height: 46.875em;
            opacity: 0;
            color: #fff;
            transform: translateY(-50%);
        }
        .rlc-cardstack .rlc-cards .rlc-slide,
        .rlc-cardstack .rlc-cards .rlc-slide * {
            pointer-events: none;
            cursor: pointer;
        }
        .rlc-cardstack .rlc-cards .rlc-slide.rlc-active,
        .rlc-cardstack .rlc-cards .rlc-slide.rlc-active * {
            pointer-events: all;
        }
        .rlc-cardstack .rlc-cards .rlc-slide.rlc-active .rlc-hotspot {
            z-index: 1;
        }
        .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos1 {
            left: 0;
            z-index: 3;
            opacity: 1;
        }
        .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos2 {
            left: 4em;
            z-index: 2;
            transform: scale(.91) translateY(calc(-50% / .91));
            opacity: 1;
        }
        .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos3 {
            left: 8.125em;
            z-index: 1;
            transform: scale(.8) translateY(calc(-50% / .8));
            opacity: 1;
        }
        .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos4 {
            left: 12.250em; 
            z-index: 0;
            transform: scale(.71) translateY(calc(-50% / .71));
            opacity: 0;
        }
        
            .rlc-cardstack .rlc-cards .rlc-slide .rlc-imagery {
                position: relative;
            }
                .rlc-cardstack .rlc-cards .rlc-slide .rlc-copygroup {
                    position: absolute;
                    width: 21.188em;
                    left: 1.750em;
                    bottom: 1.625em;
                    text-align: left;
                }
                    .rlc-cardstack .rlc-cards .rlc-slide .rlc-copygroup .rlc-caption,
                    .rlc-cardstack .rlc-counter span {
                        font-family: "Founders Grotesk text Regular";
                        font-size: 0.563em;
                        color: currentColor;
                        letter-spacing: 0.400em;
                        line-height: 2.333em;
                        text-transform: uppercase;
                        display: block;
                    }
                .rlc-cardstack .rlc-counter {
                    position: absolute;
                    right: 1.750em;
                    bottom: 1.625em;
                    z-index: 8;
                    color: #fff;
                }
                .rlc-cardstack .rlc-looppause {
                    bottom: auto;
                    top: 1.063em;
                    z-index: 10;
                    left: 27.25em;
                }
                .rlc-cardstack .rlc-hasvideo .rlc-looppause {
                    display: none;
                }
                .rlc-cardstack .rlc-timer {
                    position: absolute;
                    left: 0; bottom: -1.938em;
                    height: 1px;
                    width: 30.375em;
                    background: #d8d8d8;
                }
                .rlc-cardstack .rlc-timer .rlc-timer-bar {
                    position: relative;
                    height: 1px;
                    width: 0px;
                    background: #000;
                }
                .rlc-cardstack .rlc-arrow {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    opacity: 0;
                    transition: opacity 0.3s;
                }
                .rlc-cardstack .rlc-cards:hover .rlc-arrow {
                    opacity: 1;
                }

                .rlc-cardstack .rlc-arrow-left {
                    left: 1em;
                }
                .rlc-cardstack .rlc-arrow-right {
                    right: 1em;
                }
@media only screen and (max-width: 960px) {
    .rlc-creative_v3 .rlc-cardstack .rlc-arrow {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
.rlc-creative_v3 .rlc-cardstack {
    width: 41.063em;
    height: 34em;
}
    .rlc-creative_v3 .rlc-cardstack .rlc-cards {
            height: 30.313em;
            margin-left: 1.625em;
            width: 19.625em;
        }
        .rlc-creative_v3 .rlc-cardstack .rlc-cards .rlc-slide {
            left: 1.584em;
            width: 19.625em;
            height: 30.313em;
        }
        .rlc-creative_v3 .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos1 {
            left: 0;
        }
        .rlc-creative_v3 .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos2 {
            left: 2.1em;
       
        }
        .rlc-creative_v3 .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos3 {
            left: 4.2em;
        
        }
        .rlc-creative_v3 .rlc-cardstack .rlc-cards .rlc-slide.rlc-pos4 {
            left: 6.3em; 
        
        }
            .rlc-creative_v3 .rlc-cardstack .rlc-looppause {
                left: 17em;
            }
            .rlc-creative_v3 .rlc-cardstack .rlc-cards .rlc-slide .rlc-copygroup {
                width: 13.576em;
                left: 1.091em;
                bottom: 0.500em;
            }
                .rlc-creative_v3 .rlc-cardstack .rlc-cards .rlc-slide .rlc-copygroup .rlc-caption,
                .rlc-creative_v3 .rlc-cardstack .rlc-counter span {
                    font-size: 0.5em;
                    letter-spacing: 0.375em;
                    line-height: 1.875em;
                }
            .rlc-creative_v3 .rlc-cardstack .rlc-counter {
                right: 1.091em;
                bottom: 0.500em;
            }
            .rlc-creative_v3 .rlc-cardstack .rlc-timer {
                bottom: -1.266em;
                width: 19.625em;
            }
}