
.quote{
    width: 20vw;
    padding: 0 5%;
}

.overview{
    display: inline-block;
    margin:0;
}
.animationOneBg{
    margin-top:-5px;
    width: 100%;
    height: 30%;
}
.animationTwo{
    width: 90%;
    position: absolute;
    margin: 10% 5% 0 5%;
}



/*--------------------------------------------------TABLETS*/
@media only screen and (min-width: 768px) {
    /* For tablets: */
    .animationOneBg{
        margin-top:-20vw;
        margin-left: -2vw;
        width: 105vw;
        height: 80vh;
    }
    .animationTwo{
        width: 80%;
        margin: 10% 10% 0 10%;
    }
    .quote{
        width: 100%;
    }

}

/*--------------------------------------------------DESKTOP*/
@media only screen and (min-width: 992px) {
    /* For desktop: */
    .animationTwo{
        width: 40%;
        margin: 5% 30% 0 30%;
    }
    .animationOneBg{
        margin-top:-10vw;
        margin-left: -2vw;
        width: 105vw;
        height: 100vh;
    }
}