.hotspots-list ul {
	margin: 0;
	padding: 0;
}
.hotspots-list li {
	list-style: none;
}

.hotspots-list .hotspots-list-info {
	font-style: italic;
}

.style_for_li {	width: 230px; height: 280px; }
@media only screen and (max-width: 960px) { .style_for_li { width: 160px; height: 210px; } }
@media only screen and (min-width: 1000px) { .style_for_li { width: 230px; height: 280px; } }

.style_for_foto { width: 200px; height: 200px; }
@media only screen and (max-width: 960px) { .style_for_foto { width: 150px; height: 150px; } }
@media only screen and (min-width: 1000px) { .style_for_foto { width: 200px; height: 200px; } }

.style_for_text { font-size: 14px; }
@media only screen and (max-width: 960px) { .style_for_text { font-size: 10px; } }
@media only screen and (min-width: 1000px) { .style_for_text { font-size: 14px; } }