.video-play-btn-wrap {
    position: relative;
    display: inline-block;
    min-height: 80px;
}

.video-play-btn-wrap.center {
    text-align: center;
    display: block;
    float: none;
}

.video-play-btn-wrap.right {
    text-align: right;
    float: right;
}

.video-play-btn-wrap.left {
    float: left;
    text-align: left;
}

.video-play-btn-wrap img {
    position: relative;
}

.video-play-btn {
    transform: translate(50%, -50%);
    position: absolute;
    right: 50%;
    top: 50%;
}

.video-play-btn i {
    -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background-color: #fff;
    padding: 30px 27px 28px 33px;
    border-radius: 50%;
    font-size: 30px;
    color: #41474d;
}

.video-play-btn i:hover {
    color: #437df9;
    -webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 75px rgba(0, 0, 0, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wn-wrap .video-play-btn p {
    padding-top: 30px;
    color: #fff;
}

.wn-deep-title-wrap .after {
    -webkit-transform: translate(-50%, 0) scale(0, 1);
    transform: translate(-50%, 0) scale(0, 1);
    -webkit-transition: all 0.88s cubic-bezier(0.13, 0.92, 0.4, 1.04) 0.4s;
    transition: all 0.88s cubic-bezier(0.13, 0.92, 0.4, 1.04) 0.4s;
}

.wn-deep-title-wrap.wn-done-anim .after {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.video-play-btn-wrap .wn-popup-video.video-popup {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}