.vid-ask {
	margin: 15px auto;
}
.vid-ask.notplaying {
    height: 608px;
    width: 100%;
    position: relative;
    outline: none;
    background: url(images/mprs-video-platzhalter.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vid-block {
    top: 50%;
    left: 0;
    position: absolute;
    padding:20px 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
}
.vid-block p {
    margin: 10px;
}
.vid-play {
    color: #fff;
    background-color: #ba014e;
    padding: 8px 12px;
    border-radius: 0px;
    border: none;
	cursor:pointer;
}
.vid-play::hover {
background-color: #6fce10;
}
.vid-ask iFrame {
	max-width:100%;
	max-height:45vw;
	}
@media screen and (max-width:680px) {
	.vid-ask iFrame {
	width:560px;
	height:270px;
	max-width:100%;
	max-height:45vw;
	}
@media screen and (max-width:560px) {
	.vid-ask iFrame {
	width:480px;
	height:210px;
	max-width:100%;
	max-height:auto;
	}