/* CSS Document */

@media (max-width: 768px) {
	.mask {
		display:none;
	}
	.intro-text h1 {
		font-weight:300;
		font-size:200%;
	}
	.intro-text h1 span {
		font-weight:bold;
		font-size:100%;
	}
}