
html {
	height: 100%;
}

body {
	height:calc(100% - 20px);
	margin:0px;
	padding:10px;
}

.mainarea {
	width:100%;
	height:100%;
	border:1px solid gray;
	overflow:hidden;
}

.title {
	background-color:lemonchiffon; height:60px;
}

.titleletter {
	white-space:nowrap;
	padding:0px 10px 0px 10px;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.video {
	width:100%;
	max-height:calc(100% - 60px); 
}


