
.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-close {
	background-image: url("https://epostglobalshipping.com/nitropack_static/XVBjXNFfWwEHJvVZYNUiCPcKUfSdCGpW/assets/images/optimized/rev-e170897/epostglobalshipping.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/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;
}
