.banner-subcategory {
	position: absolute;
	height: 115px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: -999;
	transition: all 0.6s ease;
}
.banner-subcategory > div {
	height: 50px;
	line-height: 50px;
}
.banner-subcategory a.subcategory-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
}
.elementor-iqit-banner:hover .banner-subcategory {
	opacity: 1;
	z-index: 9;
}
.elementor-iqit-banner:hover a:not(.btn) {
	opacity: 0.3;
}
.elementor-iqit-banner:hover img {
	opacity: 0.9;
}
