#clanak_tekst img {
	width:  200px;
	height: auto;
	border: solid 1px #f1f2f4;
	/* border: solid 1px #e4e4e4; */
}

#slika_struktura_stabla {
	border:     none !important;
	box-shadow: none !important;
	margin:     0.618rem 0 1rem 0;
}
/* ------------------------------ */
/* ---       RESPONSIVE      ---- */
/* ------------------------------ */

@media only screen and (min-width: 300px) {
	#clanak_tekst img {
		width:  240px;
		height: auto;
	}
}

@media only screen and (min-width: 360px) {
	#clanak_tekst img {
		width:  312px;
		height: auto;
	}
}

@media only screen and (min-width: 768px) {
	#clanak_tekst img {
		width:  420px;
		height: auto;
	}
}
