@charset "utf-8";

ul.dotmed {
	margin-top:1rem,
	list-style:none;
}
ul.dotmed li:first-child {
	float:left;
	width:48%;
}
ul.dotmed li:last-child {
	float:right;
	width:48%;
}
@media screen and (min-width:0px) and (max-width:580px) {
	ul.dotmed li:first-child,
	ul.dotmed li:last-child {
		float:none;
		width:100%;
	}
}
ul.dotmed li img {
	width:100%;
	height:auto;
}