#hero .text {max-width: 40em;}

#hero .background {
    background-repeat:repeat-x;
    background-position: 0 0;
    -webkit-animation: animateBG 90s linear 0s none infinite;
    animation: animateBG 90s linear 0s none infinite;
}

@keyframes animateBG {
    from {background-position:0 0;}
    to {background-position: 2560px 0;}
}
@-webkit-keyframes animateBG {
    from {background-position:0 0;}
    to {background-position: 2560px 0;}
}



#testimonials .text-wrapper {
	flex-direction: column;
	padding-bottom: calc(2vw + 4em);
    max-width: 47em;
}

#testimonials .text-wrapper p {margin-bottom:0}