.si-content-overlay h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.si-content-overlay p {
    font-size: 18px;
}

.si-caro {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.si-row {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.6s;
    user-select: none;
    pointer-events: none;
}

    .si-row.active {
        opacity: 1;
        user-select: unset;
        pointer-events: unset;
    }

.si-bg-img {
    background-position: center center;
    background-size: cover;
    padding: 0 !important;
}

.si-bg-overlay {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.0) 0%, rgba(0,0,0,0) 25%, rgba(2,0,36,0) 70%, rgba(238,231,212,0.9) 95%, rgba(238,231,212,1) 100%);
}

.si-content {
    padding: 0 !important;
}

.si-content-overlay {
    font-family: 'futura book';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(238,231,212,1) 0%, rgba(238,231,212,0.92) 20%, rgba(238,231,212,0.92) 100%);
    padding: 2.5% 90px 2.5% 0;
    text-align: justify;
}

.si-back-cover, .si-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    width: 70px;
    height: 56px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: opacity 0.15s;
}

    .si-next:hover, .si-back:hover {
        opacity: 1;
    }

.si-back-cover {
    left: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
}
.si-back {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transform: rotate(180deg);
    background-image: url('/DesktopModules/MVC/KeeterTexturedSlider/Resources/images/slide-arrow.png');
}

.si-next {
    right: 0;
    background-image: url('/DesktopModules/MVC/KeeterTexturedSlider/Resources/images/slide-arrow.png');
}

.si-edit-button {
    font-size: 18px;
    padding: 6px;
    font-family: "futura book";
    text-transform: uppercase;
    user-select: none;
    text-decoration: none;
    color: #3d2a18;
    background-color: #e2d6b6;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .si-edit-button:hover {
        background-color: #cabe9f;
        text-decoration: none;
        color: #3d2a18;
    }

@media (max-width: 1450px) {
    .si-content-overlay {
        text-align: left;
    }
}

    @media (max-width: 1199px) {
        .si-next, .si-back {
        display: none;
    }

    .si-row {
        margin: 50px auto;
        position: static;
        opacity: 1;
    }

    .si-bg-overlay {
        height: 100%;
        width: 100%;
        padding-top: 40%;
        background: unset;
    }

    .si-content-overlay {
        padding: 2.5% 5% 2.5% 5%;
    }
}

@media (max-width: 799px) {
    .si-caro {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .si-content-overlay {
        padding: 2.5% 5% 2.5% 5%;  
    }
}