.animation-image-proud-and-torn {
    width: 80%;
}

.proud-and-torn-link:hover {
    color: rgba(249, 162, 22, 1);
    border-bottom: 1px solid rgba(249, 162, 22, 1);
}

.proud-and-torn-cut-figure {
    margin-bottom: 20px;
}

.narrative-image {
    width: 100%;
}

.voices {
    width: 70%;
    max-height: 90vh;
}

.maps {
    width: 80%;
    max-height: 90vh;
}

@media only screen and (max-width:900px){

    .narrative-image {
        width: 100%;
    }
    
    .voices {
        width: 100%;
        height: 100%;
        margin-bottom: 50px;
    }
    
    .maps {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
    }

    .proud-and-torn-cut-figure {
        width: 50%;
    }
}