
.wp-video-popup-gallery, .wp-video-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .88);
	z-index: 8888888;
}

.wp-video-popup-video {
	display: none;
	z-index: 8888889;
}

.wp-video-popup-video.is-landscape {
	width: 90%;
	height: auto;
	max-width: 1200px;
	max-height: 90%;
}

.wp-video-popup-video.is-hosted.is-portrait {
	width: auto;
	height: 90%;
	max-width: 90%;
}

.wp-video-popup-video.is-self-hosted.is-landscape {
	width: 90%;
	max-width: 1200px;
	max-height: 90%;
}

.wp-video-popup-video.is-self-hosted.is-portrait {
	max-height: 90%;
	max-width: 90%;
}

.wp-video-popup-close {
	background-image: url("https://cdn-epbge.nitrocdn.com/nrgZsTwmiVQoTtOniTMMEEuHtdALcjJy/assets/images/optimized/rev-08b1b9c/mykarateplace.com/wp-content/plugins/wp-video-popup-pro/inc/img/wp-video-popup-close.png");
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	text-align: center;
	width: 60px;
	cursor: pointer;
	z-index: 9999999;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.wp-video-popup-close.nitro-lazy {
	background-image: none !important;
}

.wp-video-popup-close:hover {
	opacity: .7;
}

.wp-video-popup {
	cursor: pointer;
}

.wp-video-popup-gallery .wp-video-popup-video.is-landscape {
	width: 75%;
}

.is-opened .wp-video-popup-arrow {
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
}

.wp-video-popup-arrow {
	position: absolute;
	top: 50%;
	max-width: 40px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	transition: opacity .25s, visibility .25s;
	z-index: 2;
	transform: translateY(-50%);
}

.showing-first-slide .wp-video-popup-arrow-left, .showing-last-slide .wp-video-popup-arrow-right {
	opacity: .2;
	cursor: default;
}

.wp-video-popup-slides {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wp-video-popup-slide.active-slide {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.wp-video-popup-slide {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

@media screen and (max-width: 480.35px) {
	.wp-video-popup-arrow-left {
		left: 10px !important;
	}
	
	.wp-video-popup-arrow-right {
		right: 10px !important;
	}
}
