/* Images for Standard Display 1X */
.img-hp {
	width:400px;
}

/* Mobile Optimized Images for Retina and HD Displays 2X and Up */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.img-hp {
		width:300px;
	}
}

