.vdgk-video-wrapper {
	position: relative;
	display: inline-block;
}

.vdgk-sticky_vd.vdgk_sticky_play.vdgk_sticky {
	z-index: 999999999999999999999 !important;
}

span.vdgk_play {
	position: absolute;
	top: 30%;
	left: 40%;
	right: 40%;
	bottom: 40%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
}

.vdgk-video-wrapper iframe.vdgk-sticky_vd.vdgk-myVideo.vdgk-youtube-iframe {
	margin-bottom: 0;
	float: left;
}

.vdgk-sticky-anchor {
	background-color: #f1f1f1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.vdgk-sticky_vd {
	margin: 0px;
	will-change: position, transform, opacity;
}

.vdgk-sticky_vd.vdgk-myVideo_tag {
	width: 100%;
}

span.vdgk_video_close {
	display: none;
}

.vdgk_sticky.vdgk_sticky_play span.vdgk_video_close {
	display: block;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background: #000000;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	z-index: 999;
}

.vdgk_sticky.vdgk_sticky_play iframe,
.vdgk_sticky.vdgk_sticky_play video {
	height: 100%;
	width: 100%;
}

embed,
iframe,
object,
video {
	margin: 0 !important;
}
.vdgk-myVideo {
    width: 100%;
}
@media (max-width:480px){
	iframe.vdgk-youtube-iframe{
		height: auto !important;
		width: 100% !important;
	}
}