﻿* {
    user-select: none;
}

body {
    margin: 0px;
    background: #333;
}

canvas {
    position: absolute;
}

.screen-center {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#player-container {
    position: ;
}

#video {
    max-height: 100%;
    max-width: 100%;
}

#video-subs {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 1;
}

.video-subs-line {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 4px;
    display: inline-block;
    margin: 1em;
    font-size: 20px;
    font-weight: 540;
    border-radius: 5px;
}

.video-subs-word.read {
    color: #fff;
}

.video-subs-word.reading {
    color: #fff;
}

.button-about {
	color: #fff; 
	text-decoration: none; 
	background: rgba(0,0,125,0.0); 
	margin: 28px 0;
	padding: .7em 1.5em; 
	outline: none; 
	border:1px solid #fff;
	-webkit-border-radius:5%;
	-moz-border-radius:5%;
}