<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear-all {
	clear: both;
	float: none;
}

/** Galeries */
#autothumb-galleries.img .thumb {
	float: left;
	width: 150px;
	height: 200px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
}

#autothumb-galleries.img .thumb img {
	width: 100%;
}

#autothumb-galleries.img .thumb.last {
	margin-right: 0;
}

#autothumb-galleries.img a {
	text-decoration: none;
}

#autothumb-galleries.img a:hover {
	text-decoration: underline;
}

#autothumb-galleries .overflow-cover {
	position: absolute;
	bottom: -20px;
	background-color: #ffffff;
	width: 100%;
	height: 20px;
}

#autothumb-galleries .img-group {
	clear: both;
	float: none;
}

#autothumb-galleries img {
	max-width: 100%;
	width: 100%;
	height: auto;
}</pre></body></html>