@charset "utf-8";
/* CSS Document */
.banner-event-title {
	font-size: 14px;
}

/* Normal narrow devices on up */
@media (min-width: 576px) {
	.banner-event-title {
		font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1600 - 300)));
	}
}