﻿        html {
            height: 100%;
        }

        body {
            height: 100%;
        }

        #map-outer {
            height: 440px;
            padding: 20px;
            border: 2px solid #CCC;
            margin-bottom: 20px;
            background-color: #FFF;
        }

        #map-container {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        }

        @media all and (max-width: 991px) {
            #map-outer {
                height: 650px;
            }
        }