.cps-eeffd156-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cps-eeffd156-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.cps-eeffd156-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cps-eeffd156-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
}

.cps-eeffd156-title {
    margin: 0 0 15px 0;
    font-size: 2.5rem;
    font-weight: bold;
}

.cps-eeffd156-excerpt {
    margin: 0 0 25px 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.cps-eeffd156-btn-wrapper {
    margin-top: 15px;
}

.cps-eeffd156-btn {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border-style: solid;
    border-width: 0;
    transition: all 0.3s ease;
}

.cps-eeffd156-placeholder-msg {
    border: 2px dashed #ccc;
    background: #fafafa;
    color: #555;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
}

.swiper-button-next.cps-eeffd156-next,
.swiper-button-prev.cps-eeffd156-prev {
    color: #fff;
    z-index: 10;
}
