// Image position - start
.neos-image {
	&.neos-image-position-left {
		float: left;
	}
	&.neos-image-position-right {
		float: right;
	}
}
// Image position - end