.responsive-image {
	display:		block;
	width:			100%;
	overflow:		hidden;
	position:		relative;
}

.responsive-image img:first-of-type {
	display:		block;
	height:			100%;
	position:		absolute;
}
