/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Oct 04 2021 | 16:29:43 */
@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;
	}
}
@media only screen and (min-width: 599px) {
	.banner .carousel-item .carousel-content {
		top: 50%;
		bottom: auto;
	}
}