@keyframes pulse {
	0% {
		fill: #fff;
	}
	
	50% {
		fill: #a9a9a9;
	}
	
	100% {
		fill: #fff;
	}
}

@keyframes cr-location-spin {
	to {
		transform: rotate(360deg);
	}
}

#reviews .comment_container {
	position: relative;
}

.cr-pswp {
	display: none;
}