.ps-1a56143e-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.ps-1a56143e-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.ps-1a56143e-slide.active {
    opacity: 1;
    z-index: 2;
}

.ps-1a56143e-prev,
.ps-1a56143e-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 3;
    font-size: 18px;
    border-radius: 50%;
    transition: background 0.3s;
}

.ps-1a56143e-prev:hover,
.ps-1a56143e-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.ps-1a56143e-prev {
    left: 10px;
}

.ps-1a56143e-next {
    right: 10px;
}
