/*-------ANCHOR - eingebettete videos responsive--------*/
.video-responsiv {
	width: 800px;
	height: auto;
	border: none;
}

@media screen and (max-width: 762px) {
  .video-responsiv {
    width: 90%;
    padding-left: 10px;
  }

}

@media screen and (max-width: 660px) {
	.video-responsiv {
		width: 480px;
		height: auto;
	}

}

@media screen and (max-width: 560px) {
	.video-responsiv {
		width: 360px;
		height: auto;
	}
}


