@media all and (max-width:768px) {
	#content:before {
		content: "";
	}
}

@keyframes sk-bouncedelay {
	0%, 100%, 80% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}