/* Add here all your CSS customizations */
.google-map {
     padding-bottom: 25%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}