/* Animation People */
.Animation_Person_01 {
    animation: Animation_Person_01_Keyframe 55s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Person_01_Keyframe {
    from {top: -50px; left: 1535px;}
    to {top: 600px; left: 350px;}
}
.Animation_Person_02 {
    animation: Animation_Person_02_Keyframe 15s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Person_02_Keyframe {
    0% {top: 600px; left: 350px;}
    25% {top: 585px; left: 385px;}
    50% {top: 600px; left: 350px;}
    100% {top: 500px; left: 300px;}
}
.Animation_Person_03 {
    animation: Animation_Person_03_Keyframe 13s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Person_03_Keyframe {
    0% {top: 570px; left: 300px;}
    50% {top: 425px; left: 10px;}
    100% {top: 325px; left: 150px;}
}
.Animation_Person_04 {
    animation: Animation_Person_04_Keyframe 45s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Person_04_Keyframe {
    0% {top: 425px; left: 700px;}
    50% {top: 270px; left: 930px;}
    100% {top: -10px; left: 520px;}
}
.Animation_Person_05 {
    animation: Animation_Person_05_Keyframe 40s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Person_05_Keyframe {
    0% {top: 550px; left: 500px;}
    50% {top: 620px; left: 350px;}
    75% {top: 340px; left: 820px;}
    100% {top: 200px; left: 700px;}
}
/* Animation Cars */
.Animation_Car_01 {
    animation: Animation_Car_01_Keyframe 5s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_01_Keyframe {
    from {top: 370px; left: -30px;}
    to {top: -25px; left: 670px;}
}
.Animation_Car_02 {
    animation: Animation_Car_02_Keyframe 15s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_02_Keyframe {
    from {top: 300px; left: -25px;}
    to {top: -25px; left: 450px;}
}
.Animation_Car_03 {
    animation: Animation_Car_03_Keyframe 5s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_03_Keyframe {
    from {top: 0px; left: 400px;}
    to {top: 300px; left: 920px;}
}
.Animation_Car_04 {
    animation: Animation_Car_04_Keyframe 10s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_04_Keyframe {
    from {top: 370px; left: -45px;}
    to {top: -25px; left: 670px;}
}
.Animation_Car_05 {
    animation: Animation_Car_05_Keyframe 25s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_05_Keyframe {
    0% {top: 475px; left: 150px;}
    100% {top: -50px; left: 1100px;}
}
.Animation_Car_06 {
    animation: Animation_Car_06_Keyframe 10s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_06_Keyframe {
    0% {top: 210px; left: 885px;}
    50% {top: 205px; left: 890px;}
    100% {top: 215px; left: 893px;}
}
.Animation_Car_07 {
    animation: Animation_Car_07_Keyframe 30s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_07_Keyframe {
    0% {top: 360px; left: 352px;}
    10% {top: 360px; left: 352px;}
    20% {top: 345px; left: 380px;}
    50% {top: 300px; left: 680px;}
    60% {top: 285px; left: 700px;}
    70% {top: 285px; left: 700px;}
    80% {top: 320px; left: 680px;}
    100% {top: 445px; left: -500px;}
}
.Animation_Car_08 {
    animation: Animation_Car_08_Keyframe 20s infinite alternate; 
    animation-timing-function: ease-in-out;
}
@keyframes Animation_Car_08_Keyframe {
    0% {top: 60px; left: 130px;}
    10% {top: 60px; left: 130px;}
    25% {top: 40px; left: 130px;}
    75% {top: 225px; left: 350px;}
    90% {top: 275px; left: 360px;}
    100% {top: 275px; left: 360px;}
}