.container {
    width: 920px;
    margin:20px auto;
    height: 100%;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {
    .container {
        width: 768px !important;
    }
}
@media screen and (max-width: 767px) {
    .container {
        width: 420px !important;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: 300px !important;
    }
}

.jsmaps-text{
    display:none !important;
}
