img.tiny { width: 25% !important }
img.small { width: 50% !important }
img.middle { width: 75% !important }
img.large { width: 100% !important }

p > img:only-child {
	width: 100%;
}
