@media only screen and (max-width: 1920px) {
	.intro-header{
		height: 100vh;
	}
	
}

@media only screen and (max-width: 768px) {
	
	div.intro-message p img {
		width: 80%;
	}
	
}

@media only screen and (max-width: 518px) {
	div.intro-message p img {
		width: 80%;
	}
	
}