@charset 'UTF-8';

#event-box {
	position:fixed;
	top: 0;
	left: -35px;
	width: 600px;
	height: 97px;
	background-image: url("../imgs/velikonoce.svg");
	background-size: fill;
	background-repeat: no-repeat;
	background-position: left center;
	content: " ";
	z-index:9999;
	}
