@media screen and (max-width: 500px) {
    .stations.wrapper {
        display: none !important;
    }

    .wrapper.countries-bounce {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .stations.wrapper {
        display: none !important;
    }

    .wrapper.countries-bounce {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .stations.wrapper {
        display: none !important;
    }

    .wrapper.countries-bounce {
        display: none;
    }
}