/*
Theme Name: JMJ Construction
Description: A custom construction company theme
Version: 1.0
*/
.elementor-element {
    animation: none !important;
    transition: none !important;
}
@media (max-width: 992px) {
	.owl-carousel .owl-stage {
		display: flex;
		align-items: stretch;
	}

	.owl-carousel .owl-item {
		display: flex;
		height: auto;
	}

	.owl-carousel .item {
		width: 100%;
		height: auto;
	}
}