#sure-custom-map {
    width: 100%;
    height: 720px;

    .message {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 50%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;

        .inner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .gm-style-mtc {
        right: 0;
        left: auto !important; // stylelint-disable-line declaration-no-important
    }
}
