/* DEL */#webcams_list .webcam {
	width: 575px;
	height: 480px;
	float: left;
	margin: 0 50px 30px 0;
	background: url(//tramino.s3.amazonaws.com/s/root/658378/progress.gif) center center no-repeat;
}


#webcams_list .webcam.tal {
	height: 560px;
}

#webcams_list .webcam.panorama {
	width: 100%;
	height: auto;
	margin-right: 0px;
}

#webcams_list h2 {
	font-weight: 300;
	font-size: 35px;
	line-height: 1.1;
}

#webcams_list h3 {
	margin: 20px 0px 10px 0px;
}

#webcams_list .webcam.webcam_mod_0 {
	margin-right: 0px;
}

#webcams_list .webcam .Bild { width: 100%; }

#webcams_list .webcam img {
	width: 100%;
	height: auto;
}@media all and (min-width: 1280px) and (max-width: 1600px) {
	#webcams_list .webcam {
		width: 525px;
		height: 480px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1279px) {

	#webcams_list .webcam {
		width: 425px;
		height: 385px;
	}

	#webcams_list .webcam.tal {
		height: 450px;
	}
}


@media all and (max-width: 767px) {


	#webcams_list .webcam {
		width: 100% !important;
		height: auto !important;
		float: none;
	}


}