
.s-google-map{
    height:60vh;
}

.address {
    color: #fff;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    text-align: center;
    height:60vh;
}

.map{
    height:60vh;
    padding:0px;
}
.s-google-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}