#manifesto-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    perspective: 1000px;
    z-index: 120;
}

.manifesto_b-text-3d {
    transform-style: preserve-3d;
    transform: translateZ(4rem);
}

/* 
TEXT
*/
.manifesto_b-text {margin: auto;}
@media only screen and (min-width: 768px) {
    .manifesto_b-text {max-width: 50vw;}
}

/* 
PICTURE
*/
.manifesto_b-picture {margin: auto; opacity: .9;}

/*
TEXT / PICTURE
*/
figure.manifesto_b-text-picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
}

figure.manifesto_b-text-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .75;
}

p.manifesto_b-text-picture {
    margin: auto;
    color: whitesmoke !important;
    z-index: 10;
}
@media only screen and (min-width: 768px) {
    p.manifesto_b-text-picture {max-width: 50vw;}
}