.confetti {
		position: absolute;
		width: 15px;
		height: 35px;
		opacity: 1;
		display: none;
	 margin-top: -1rem;
}
.confetti.gold {
		background-color: #eb3003;
	 border-radius: .25rem;
}
.confetti.silver {
	 background-color: #f4aa85;
	 border-radius: .25rem;
}
.confetti.blurred {
		-webkit-filter: blur(2px);
		        filter: blur(2px);
}

@media only screen and (max-width: 767px) {
.confetti {
		width: 8px;
		height: 18px;
}
}