.sproductvideo-wrapper {
    position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #000;
}
.sproductvideo-wrapper + img {
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
.sproductvideo-wrapper video, 
.sproductvideo-wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: #000;
}
.lg-video .js-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 999999;
}
.plyr--youtube.plyr--paused:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	background: #000;
}
.video-player-play {
	width: 44px;
    height: 44px;
    background-color: rgba(59,172,239,.77);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;	
}
.video-player-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-radius: 3px;
    border-color: transparent transparent transparent #fff;
}