.bgvideo {
	position : absolute;
	top : 50%;
	left : 50%;
	-webkit-transform : translate(-50%, -50%);
	-ms-transform : translate(-50%, -50%);
	transform : translate(-50%, -50%);		
}

.bgvideo-wrapper {
	visibility : hidden;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}	

.taptoplay {	
	display: none;
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {

	.taptoplay {
		width: 100%;
		position: absolute;
		bottom: 25px;
		border: 0px;
		color: #ababab;
		background: rgba(0,0,0,0.25);
		font-weight: bold;
		margin: 5px auto;
		display: block;
	}

}

/* Tweaks */
.eentry-title {
  	position: absolute;
	bottom: 35%;
    color: #ffffff;
    font-size: 4em;
    padding: 10px 30px;
} 

#page {
	background: none;
}