#sailing-map {
        height: 400px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    @media (min-width: 48em) {
        #sailing-map {
            height: 500px !important;
        }
    }

    @media (min-width: 59.6875em) {
        #sailing-map {
            height: 600px !important;
        }
    }