.video-player .title .container {
	display: flex;
	flex-direction: column;
}

.video-player .stack {
	width: 100%;
	height: 100%;
}

.v-play-window {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.v-play-window .view {
	background-color: black;
	flex-grow: 1;
}