.videobreite {
	width: 1176px !important;
	height: 662px !important;
}
@media (max-width: 1170px) {
	.videobreite {
		width: 992px !important;
		height: 560px !important;
	}
}
@media (max-width: 992px) {
	.videobreite {
		width: 768px !important;
		height: 434px !important;
	}
}
@media (max-width: 768px) {
	.videobreite {
		width: 576px !important;
		height: 325px !important;
	}
}
@media (max-width: 576px) {
	.videobreite {
		width: 480px !important;
		height: 271px !important;
	}
}
@media (max-width: 480px) {
	.videobreite {
		width: 335px !important;
		height: 188px !important;
	}
}



