@keyframes animated-border {
	0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .4); }
	100% { box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
}