.av-animated-generic, .avia_animated_image{opacity: 1 !important;}
[style*="--epBGImg"]{
	background-image: var(--epBGImg);
}

@media only screen and (max-width: 767px) {
	[style*="--epBGImgMobile"]{
		background-image: var(--epBGImgMobile);
	}
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
	[style*="--epBGImgTablet"]{
		background-image: var(--epBGImgTablet);
	}
}

@media only screen and (min-width: 990px) {
	[style*="--epBGImgDesktop"]{
		background-image: var(--epBGImgDesktop);
	}
}