html, body {
	font-family: none;
	font-size: none;
}

mark {
    background-color: yellow !important;
}
.pauseT {
    background: rgba(0,0,0,0.55) url('/images/YouTube-icon-full_color.png')!important;
    background-size: 100px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.pauseT:before {
    position: absolute;
    content: "Click or tap here";
	text-transform: uppercase;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    font-size: 4em;
    color: white;
    font-family: Arial Narrow;
    padding: 0 15px;
    background-color: black;
}
.pauseT:after {
    position: absolute;
    content: "To play video";
	text-transform: uppercase;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    font-size: 4em;
    color: white;
    font-family: Arial Narrow;
    padding: 0 15px;
    background-color: black;
}

.video-player.floating .pauseT:before, .video-player.floating .pauseT:after {
    font-size: 1.75em;
    padding: 5px 15px;
}

@media (max-width: 768px) {
    .pauseT:before, .pauseT:after {
        font-size: 1.95em;
    }
}
.video-player {
    position:relative;
    margin-bottom:0px;
    max-width:850px;
    max-height:500px;
    width:calc(100% - 25px);
    height:auto;
    background-image:url(../images/bed.jpg) !important;
    background-position:center center;
    background-size:auto 100%;
    background-repeat: no-repeat;
}
.video-player .vimeo-player {
    width:75%;
    height:75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top:14.5%;
}
.video-player > iframe {
    width:75%;
    height:75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top:14.5%;
}
.vimeo-player iframe{
    width: 100%;
    height: 100%;
}
h1 {
    margin:15px;
}
#frame {
    width:75%;
    height:75%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    top:15%;
}
.pause {
    background-image: url('/images/YouTube-icon-full_color.png')!important;
    background-size: 100px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.pause.nooverlay {
	background-image:none !important;
}
#button {
    display:none;
    margin:10px 0;
    width:calc(100% - 100px);
    max-width:440px;
}
footer {
    background: black;
    height: auto;
    width: 100%;
    padding: 35px 50px;
    position: relative;
    margin-top: 200px;
}
.footer-container {
    padding:15px 0;
}
.content {
    margin:15px;
    border:1px solid lightgrey;
    border-radius:3px;
    box-shadow:0 1px 3px lightgrey;
    background:white;
    padding:5px 50px 50px 50px;
    width:calc(100% - 30px);
    height:auto;
    overflow:hidden;
}
p:not(.centered) {
    font-size:1.25em;
}
@media (max-width:768px) {
	h1 {
		font-size:1.25em !important;
	}
	h3 {
		font-size:0.95em !important;
	}
	.video-player {
		width: 100%;
		background:none !important;
	}
	.video-player iframe {
		width:100%;
		height:100%;
		top:0;
		margin:auto;
	}
	.video-player .vimeo-player {
		width:100%;
		height:100%;
		top:0;
		margin:auto;
	}
	#frame {
		width:100%;
		height:100%;
		top:0;
		margin:auto;
	}
	.content {
		width:100%;
		margin:0;
		padding:15px;
	}
}