
.pro_ads_img {
	position: relative;
	max-width: 100%;
	text-align: center;
}

.pro_ads_img img {
	filter: blur(.9px);
	width: 100%;
}

.pro_ads_img::before {
	content: "This option available in Pro Version only";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 20px;
	max-width: 80%;
	font-weight: bold;
}

/*Add branding icon for each addons*/
.elementor-element .icon {
	position: relative;
}

.elementor-element .icon .bl_icon::after {
	content: "MP";
	font-size: 11px;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #4527a4;
	color: #fff;
	padding: 2px 5px 3px 5px;
	border-radius: 3px;
	font-family: monospace;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}

.art-video-player {
	max-width: 100% !important;
	height: 600px !important;
}
