.iframe-map-container{
    position: relative;
    left: 50%;
    width: 100vw;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -50vw;
}

.iframe-map-container iframe{
    height: 100%;
    width: 100%;
}