.ps-sahne-wrapper {
    width: 100%;
    position: relative;
}

.ps-sticky-alan {
    width: 100%;
    height: calc(100vh - 118px);
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.ps-katman-konteyner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.ps-katman {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.ps-katman.ps-is-bg {
    opacity: 1 !important;
    transform: none !important;
}

.ps-katman img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 118px);
    object-fit: contain;
    display: block;
    will-change: transform;
}

@media (max-width: 767px) {
    .ps-katman img {
        object-fit: cover !important;
        height: 100% !important;
        max-height: none !important;
    }
}

.ps-icerik-merkez {
    position: absolute;
    top: 15vh;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    pointer-events: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.ps-ana-baslik {
    margin: 0;
    width: 100%;
}

.ps-alt-baslik {
    margin: 0;
    width: 100%;
}

.ps-metin-konteyner {
    position: relative;
    width: 100%;
    min-height: 80px;
    margin-top: 20px;
}

.ps-degisen-metin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.ps-degisen-metin.aktif {
    opacity: 1;
}