/*	==================================================
 *	FILE: home.css
 *	DESC: homepage only style
 *	=============================================== */
#section_market .elementor-widget {
    padding: 0 10px;
}
#section_market .banner .banner-content {
    height: 100%;
    align-items: flex-end;
    align-content: flex-end;
}
#section_market .banner .banner-content * {
	-webkit-transform: none;
	transform: none;
}

/* Banner Title & Content */
#section_market .banner .content-inner {
	min-height: 155px;
	color: #FFF; text-align: left;
	font-size: 18px; line-height: 24px;
}
#section_market .banner .banner-title {
	position: absolute;
	left: 0; right: 0;
	top: 0; height: auto;

	padding: 10px 20px;
	margin-bottom: 0px;

	text-transform: none;
	color: #fff; font-weight: 400;
	font-size: 18px; line-height: 1;
	background-color: rgba(0,0,0, .75);
}

/* Hover Effects */
#section_market .banner:hover .banner-content {
	background-color: rgba(0,0,0, .50);
}
#section_market .banner .banner-title {
	background-color: rgba(0,0,0, .75);
}
#section_market .banner:hover .banner-title {
	background-color: rgba(0,0,0, 1.0);
}
#section_market .banner .content-inner { left: -150%; }
#section_market .banner:hover .content-inner { left: 0; }




@media screen and (max-width: 1599px) {
    #section_market > .e-con-inner > .e-child {
        width: 33% !important;
    }
}
@media screen and (max-width: 959px) {
    #section_market > .e-con-inner > .e-child {
        width: 50% !important;
    }
}
@media screen and (max-width: 767px) {
    #section_market > .e-con-inner > .e-child {
        max-width: 420px;
        margin: 0 auto 30px;
        width: 100% !important;
    }
}
