@charset "ISO-8859-1";
/* CSS Document */

#shells {
	visibility:visible;
	
}

@media(max-width: 498px){
	#shells {
	visibility:hidden;	
}
}