@-webkit-keyframes progress-bar-stripes {
	from { background-position: 40px 0 }
	to { background-position: 0 0 }
}
@keyframes progress-bar-stripes {
	from { background-position: 40px 0 }
	to { background-position: 0 0 }
}

@font-face {
  font-family: "SUIT";
  src: url("/assets/external/enchant/SUIT-Bold.ttf") format("truetype");
}

#widget_wrapper { padding: 12px 0 }
#widget_wrapper > div {
	position: relative;
	margin: 0 4px;
}
#widget_wrapper .content-outline {
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.61), 0 1px 3px rgba(0, 0, 0, 0.93); /* .text-shadow-strong */
}

#widget_wrapper.event-widget > div{
	position: relative;
	margin: 17.5vw 24px;
  font-family: "SUIT";
}
#widget_wrapper.event-widget .event-background {
  width: 100vw;
  height: 28vw;
  position: absolute;
  margin: 0;
}
