.petals__left .petals-one {
	top: -5%;
	left: -2%;
	animation: fallin-down-one 20s infinite linear;
}

.petals__left .petals-one-duplicate-one {
	top: -5%;
	left: 3%;
	animation: fallin-down-six 20s infinite linear;
	animation-delay: 7s;
}

.petals__left .petals-one-duplicate-two {
	top: -5%;
	left: 10%;
	animation: fallin-down-eleven 15s infinite linear;
	animation-delay: 15s;
}

.petals__left .petals-two {
	top: -5%;
	left: 5%;
	animation: fallin-down-two 20s infinite linear;
	animation-delay: 8s;
}

.petals__left .petals-two-duplicate-one {
	top: -8%;
	left: 10%;
	animation: fallin-down-nine 20s infinite linear;
	animation-delay: 3s;
}

.petals__left .petals-three {
	top: -5%;
	left: 40%;
	animation: fallin-down-three 20s infinite linear;
	animation-delay: 11s;
}

.petals__left .petals-three-duplicate-one {
	top: -5%;
	left: 60%;
	animation: fallin-down-ten 15s infinite linear;
	animation-delay: 17s;
}

.petals__left .petals-four {
	top: -5%;
	left: 20%;
	animation: fallin-down-four 20s infinite linear;
	animation-delay: 4s;
}

.petals__left .petals-four-duplicate-one {
	top: -10%;
	left: 70%;
	animation: fallin-down-seven 20s infinite linear;
	animation-delay: 9s;
}

.petals__left .petals-five {
	top: -5%;
	left: 70%;
	animation: fallin-down-five 20s infinite linear;
	animation-delay: 7s;
}

.petals__left .petals-five-duplicate-one {
	top: -6%;
	left: 15%;
	animation: fallin-down-eight 22s infinite linear;
	animation-delay: 10s;
}
