@media screen and (max-width: 700px) {
    .character-photo {
        margin-bottom:8vh;
    }
    .paragraph-1 {
        font-size:.6em;
    }
    .paragraph-2 {
        font-size:.6em;
    }

    /* MOTION PAGE */
    #motionContent {
        height:100vh;
    }
    #backgroundVideo1{
        height:100vh !important;
        width:auto !important;
        min-width:0 !important;        
    }
    #backgroundVideo2{
        height:100vh !important;
        width:auto !important;
        min-width:0 !important;
    }
    #motionContentFront {
        padding-left:0;
        padding-right:0;
    }
    .motion-above-text {
        padding-left:5vw;
        padding-right:5vw;
    }
    .motion-description {
        font-size:1.3em;
    }
    .motion-below-text {
        padding-left:5vw;
        padding-right:5vw;
        font-size:1.3em;
    }
}


