.sc-wrapper-f95b01e0 {
    position: relative;
    width: 100%;
}

.sc-container-f95b01e0 {
    overflow: hidden;
    width: 100%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sc-track-f95b01e0 {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    gap: 20px;
}

/* Modifier when track is set to vertical */
.sc-vertical-f95b01e0 {
    flex-direction: column;
    align-items: center; /* keep slides centered if they are narrow */
}

.sc-slide-f95b01e0 {
    flex: 0 0 auto;
    width: 80%;
    max-width: 600px;
}

.sc-slide-f95b01e0 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}