/**
 * SUMOshop List image v1.06
 * Copyright 2019 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
.list-image li {
	float: left;
	width: auto;
	text-align: center;
}

.list-image li img {
	max-width: 100%;
	margin: auto;
}

.list-image-haspositions li {
	position: relative;
}