html, body {
    margin: 0;
    padding: 0;
}

#map {
    height: 100vh; /* The height is 400 pixels */
    width: 100vw;
}

.GMAMP-maps-pin-view { transition: all 0.25s linear; }
.GMAMP-maps-pin-view:hover { transform: scale(1.1); }