div#video-playlist {
	display: flex;
	flex-wrap: wrap;
}

div#video-player {
	width: 65%;
}

div#playlist {
	width: 35%;
	padding-left: 5%;
	box-sizing: border-box;
}

div#video-embed iframe {
	width: 100%;
}

