@media screen and (max-width:1000px) {
.floating {
    width: 30% !important;
}
}
@media screen and (max-width:600px) {
.wrap,.container {
    width: 100% !important;
}
.floating {
    right: 0% !important;
    transform: inherit !important;
	width: 45% !important;
}
}
@media screen and (min-width:465px) {
.map-flame iframe {
    height: 100% !important;
}
}
@media screen and (max-width:400px) {
    .floating {
        width: 57% !important;
    }
}