/**
 * Images
 */

/* stylelint-disable selector-max-type */
/* Exception for basic img styles */
img {
	display: block;
	width: 100%;
	height: auto;
}
/* stylelint-enable selector-max-type */
