@charset 'UTF-8';

#event-box {
	position: fixed;
	top: -3px;
	left: 0;
	width: 50px;
	height: 100px;
	background-image: url("../imgs/vanocni_stromek.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	content: " ";
	z-index:9999;
	}
