/**
 * CSS file for Webspark banner module.
 */

/* Make banner background image responsive */
.pane-bundle-banner {
	background-size: cover;
	width: 100%;
	margin-top: -1px;
}
.pane-bundle-banner .pane-content {
	padding-top: 105px;
	padding-bottom: 30px;	
}
.pane-bundle-banner h2 {
	color: white;
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 10px 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}


 
