.mouse-over-img-com {
	display: flex;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
}
.common-space {
    padding: 40px 0px;
    margin: 0px;
}
/* 
.mouse-over-img-com p,
.mouse-over-img-com span,
.mouse-over-img-com h1,
.mouse-over-img-com h2,
.mouse-over-img-com h3,
.mouse-over-img-com h4,
.mouse-over-img-com h5,
.mouse-over-img-com h6{
	word-wrap: break-word;	
} */

.mouseover-img {
	position: relative;
	margin: 0 auto;
	padding: 3px;
	
}

.hover-img {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0px;
}
.hover-img p{
	line-height: 24px;
	margin: 0px;
}

.hover-img .secondary-image,
.primary-image {
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	transition: opacity .8s ease-in-out;
	width: 100%;
}


.hover-img .secondary-mobile-image,
.primary-mobile-image {
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	transition: opacity .8s ease-in-out;
	width: 100%;
}
.hover-img .secondary-mobile-image:hover {
    opacity: 0;
}

.secondary-image , .secondary-mobile-image {
	position: absolute;
	left: 0;
	top: 0px;
}

.hover-img .secondary-image:hover {
	opacity: 0;
}


.hover-img .hover-image-text {
	padding: 20px;
	margin: 0px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	word-break: break-all;
}

.over-four-col .mouseover-img {
	width: 25%;
	float: left;
}

.over-three-col .mouseover-img {
	width: 33.3%;
	float: left;
}

.over-two-col .mouseover-img {
	width: 50%;
	float: left;
}

.over-one-col .mouseover-img {
	width: 50%;
	margin: 0px auto;
	display: table;
}

@media (min-width:280px) and (max-width:399px) {}

@media (min-width:400px) and (max-width:767px) {}

@media (min-width:280px) and (max-width:767px) {

	.over-four-col .mouseover-img,
	.over-three-col .mouseover-img,
	.over-two-col .mouseover-img,
	.over-one-col .mouseover-img {
		width: 100%;
		float: none;
	}
	.hover-image-text p span {
font-size: 16px !important;
	}
	.hover-img .hover-image-text
	{
		bottom:40px;
	}

}

@media (min-width:768px) and (max-width:1023px) {

}

@media (min-width:1024px) and (max-width:1199px) {}

@media (min-width:768px) and (max-width:1199px) {
	.over-four-col .mouseover-img,
	.over-three-col .mouseover-img,
	.over-two-col .mouseover-img,
	.over-one-col .mouseover-img {
		width: 50%;
		
	}
	.hover-img .hover-image-text {
		bottom: 20px;
}

}

@media only screen and (min-width: 993px){
    /* .primary-mobile-image {
        display: none !important;
    }
	.secondary-mobile-image {
        display: none !important;
    } */
}
@media only screen and (max-width: 992px){
    /* .primary-image {
        display: none!important;
    }
	.secondary-image {
        display: none!important;
    } */
}
