/* -------------------------------------------------------------
	IMAGE OVERLAY EFFECT
------------------------------------------------------------- */

/* Hide overlay */
.avia_transform a:hover .image-overlay
{
	opacity: 0 !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

.image-overlay.overlay-type-extern
{
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}