#dlg-video-edit iframe {
	max-height: 300px;
	max-width: 100%;
}

#dlg-video-edit .player-wrapper {
	height: 300px;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#dlg-video-edit #video-position {
	width: 100%;
	border: 0px none;
}
#dlg-video-edit #video-position:focus {
	outline-color: transparent;
}
#dlg-video-edit #video-set-thumbnail {
	float:left;
}
#dlg-video-edit .video-thumb {
	max-width: 100%;
	max-height: 20vh;
}