﻿.overlay_img img{ height: auto;}
.imageWrapper img,
.chaosWrapper img,
.HeroesImage img,
.comparison-section .before-card img, .comparison-section .after-card img,
.Applogo_col img {
	height: auto;
}


@media(max-width:767px) {
    .btnMobileFloating {
	position: fixed;
	bottom: 10px;
	left: 50%; 
	/* right: 10px; */
	transform: translateX(-50%);
	border: 1px solid #fff;
}
.footer_wrapper {
	padding-bottom: 40px;
}
}