


@media only screen and (max-width: 1200px){
	.disappear {display: none;}
}
 

@media only screen and (max-width: 600px){
	img {display: none;}
	.sectiontitle {font-size:.7em !important;color:red}
}

