/*
 * SUMOshop List image v1.07
 * Copyright 2022 SUMOshop https://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;
}