	body {
		font-family: Helvetica, Arial, sans-serif;
	}
	h1 {
		font-size: 20px;
	}
	div {
		width: 100%;
	}
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
	@media (max-width: 569px) {
	.tp-image_big {
		display: none;
		}
	}
		
	@media (min-width: 570px) {
	.tp-image_small {
		display: none;
		}
	}
