/* CSS Document */
#headerimg{
	display: none;
}
#headerimg img{
	width: 100%;
}
@media (max-width: 768px) {
	#headerimg{
		display: block;
	}
}