/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: May 18 2021 | 07:43:25 */
@media all and (min-width: 600px) {
	#section-banner .carousel-content .project-name {
		width: 800px;
	}
}
@media all and (max-width: 599px) {
	#section-banner .carousel-content .project-name {
		width: 200px;
	}
}