// 
// Images
// ==============================

// Gratefully taken from https://github.com/twbs/bootstrap

.img-responsive(@display: block) {
	display: @display;
	height: auto;
	max-width: 100%;
}