.bwd-popUpBody {
	transform: translate(-50%, -50%);
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #121212;
	max-width: 900px;
	width: 95vw;
	max-height: 500px;
	height: 95vh;
	z-index: 9999;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 25px;
	animation: .4s ease-in-out popUpBodyAnimateZoom;
}

.bwd-video-wrapper, .bwdmv-mask-video iframe, video, video[poster] {
	height: 100%;
	width: 100%;
}

.bwd-popUpBody iframe {
	border-radius: 5px;
	overflow: hidden;
}

.bwd-popup-before {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(34, 34, 34, .7);
	z-index: 999;
}

.bwd-popup-cross-btn {
	font-size: 22px;
	color: #dddcdc;
	transition: .3s;
	bottom: calc(100% + 8px);
	right: 10px;
	position: absolute;
	line-height: 1;
}

.bwd-popup-cross-btn:hover {
	color: #fff;
}

.bwdmv-video-mask-wrapper {
	position: relative;
	-webkit-mask-size: contain;
	-webkit-mask-size: 100%;
	mask-size: contain;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	margin: 0 auto;
	mask-position: center;
	-webkit-mask-position: center;
	width: 100%;
	overflow: hidden;
}

.bwdmv-video-mask-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.bwdmv-video-mask-wrapper.bwdmv-overlay-active::before {
	display: block !important;
}

.bwdmv-mask-video {
	width: 100%;
	height: 500px;
	background: linear-gradient(180deg, #41bcd6 0, #6854ff 100%);
}

.bwdmv-mask-1 {
	-webkit-mask-image: url("/wp-content/plugins/bwd-elementor-addons/includes/../assets/public/css/../img/mv1.svg");
	mask-image: url("/wp-content/plugins/bwd-elementor-addons/includes/../assets/public/css/../img/mv1.svg");
}

.bwdmv-mask-2 {
	-webkit-mask-image: url("/wp-content/plugins/bwd-elementor-addons/includes/../assets/public/css/../img/mv2.svg");
	mask-image: url("/wp-content/plugins/bwd-elementor-addons/includes/../assets/public/css/../img/mv2.svg");
}