.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
}

.videoWrapper video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
}

video {
	background-color: black;
}

.videoWrapper #black {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 12%;
	left: 0;
	background-color: black;
	opacity: 0;
	z-index: 999999999;
}

/* .videoWrapper iframe {
	position: fixed;
	width: 100%;
	height: 100%;

} */

.videoWrapper button#skipadd {
	position: fixed;
	bottom: 70px;
	right: 10px;
	background-color: black;
	opacity: .7;
	width: 200px;
	height: 60px;
	text-align: center;
	color: white;
	font-size: 25px;
}

.video-phone {
	position: relative;
}

.video-phone video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-phone button#skipadd {
	position: fixed;
	bottom: 150px;
	left: 40%;
	background-color: black;
	opacity: .7;
	width: 100px;
	height: 50px;
	text-align: center;
	color: white;
	font-size: 14px;
	z-index: 99999999;
}
