.petals__right .petals-one {
	top: -5%;
	right: 60%;
	animation: fallin-down-one-right 8s infinite linear;
}

.petals__right .petals-two {
	top: -5%;
	right: 40%;
	animation: fallin-down-two-right 15s infinite linear;
	animation-delay: 6s;
}

.petals__right .petals-three {
	top: -5%;
	right: 20%;
	animation: fallin-down-three-right 8s infinite linear;
	animation-delay: 8s;
}

.petals__right .petals-four {
	top: -5%;
	right: 25%;
	animation: fallin-down-four-right 15s infinite linear;
	animation-delay: 12s;
}

.petals__right .petals-five {
	top: -5%;
	right: 70%;
	animation: fallin-down-five-right 13s infinite linear;
	animation-delay: 10s;
}

.petals__right .petals-one-duplicate-one {
	top: -5%;
	right: 65%;
	animation: fallin-down-six-right 11s infinite linear;
	animation-delay: 15s;
}

.petals__right .petals-four-duplicate-one {
	top: -5%;
	right: 55%;
	animation: fallin-down-seven-right 9s infinite linear;
	animation-delay: 17s;
}

.petals__right .petals-five-duplicate-one {
	top: -5%;
	right: 17%;
	animation: fallin-down-eight-right 10s infinite linear;
	animation-delay: 5s;
}

.petals__right .petals-two-duplicate-one {
	top: -5%;
	right: 7%;
	animation: fallin-down-nine-right 18s infinite linear;
	animation-delay: 6s;
}

.petals__right .petals-three-duplicate-one {
	top: -5%;
	right: 0;
	animation: fallin-down-ten-right 11s infinite linear;
	animation-delay: 3s;
}

.petals__right .petals-four-duplicate-two {
	top: -5%;
	right: 13%;
	animation: fallin-down-eight-right 5s infinite linear;
	animation-delay: 8s;
}
