@charset "utf-8";
/* CSS Document */

#wowslider-container1 .ws-title {
	visibility: hidden;
}

#slideshow h1 {
	visibility: hidden;
}

@media (min-width: 900px ){
	#wowslider-container1 .ws-title {
		visibility: visible;
		top: -74px;
		width: 99%;
		height: 60px;
		background-color: transparent;
		text-align: right;
		font-family: 'QanelasSoft-Light';
		font-size: 3em;
		opacity: 1;
	}
	
	#slideshow h1 {
		visibility: visible;
	}
}