.ypt-video-wrapper {
	position: relative;
	max-width: 100%;
	margin: 0 0 24px;
}

.ypt-player-target {
	position: relative;
	width: 100%;
}

.ypt-player-target iframe {
	max-width: 100%;
}

.ypt-resume-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.75 );
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 5;
	padding: 20px;
	box-sizing: border-box;
}

.ypt-resume-overlay p {
	font-size: 18px;
	margin: 0 0 14px;
}

.ypt-btn {
	display: inline-block;
	margin: 0 6px;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.ypt-btn-restart {
	background: #444;
}

.ypt-btn:hover {
	opacity: 0.9;
}

.ypt-progress-bar-outer {
	height: 6px;
	background: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 8px;
}

.ypt-progress-bar-inner {
	height: 100%;
	background: #ff0000;
	transition: width 0.3s ease;
}

.ypt-login-note {
	font-size: 13px;
	color: #666;
	margin-top: 8px;
	font-style: italic;
}
