.video_embed_up {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 900;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}

.video_embed_up_content .video_embed_up_content_height {
	text-align: right;
	padding: 20px 27px;
	border-bottom: 2px solid #f0f0f0;
}

.video_embed_up_content .close_icon {
	cursor: pointer;
}

.video_embed_up_content {
	width: 802px;
	height: 608px;
	background: #fff;
	margin: 9vh auto 0;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

.video_embed_up_content .video_box {
	height: auto;
	padding: 20px;
	border-bottom: 2px solid #f0f0f0;
	flex: 1 0 auto;
}

.video_embed_up_content .video_embed_up_footer {
	padding: 18px;
	text-align: right;
}

.video_embed_up_content .video_embed_gourl {
	display: inline-block;
	height: 39px;
	border: 2px solid #01966b;
	text-align: center;
	line-height: 37px;
	font-weight: 700;
	font-size: 20px;
	color: #01966b;
	font-family: Montserrat_Bold;
	cursor: pointer;
	border-radius: 4px;
	padding: 0 10px;
}

.video_embed_up_content .video_embed_gourl:hover {
	color: #fff;
	background: #01966b;
}

@media screen and (max-width: 768px) {
	.video_embed_up_content {
		width: 95%;
		height: auto;
	}
}
