.top-gradient {
    width: 100%;
    height: 300px;
    position: absolute;
    background: #00aced;
    background: linear-gradient(to bottom right, #5ac8fa, #00aced);
}
.top-gradient svg {
    position: absolute;
    bottom: 0;
    width: calc(100% + 2px);
    height: 70px;
}








.ggmap {
    position: relative;
    padding-bottom: 95%;
    /*padding-bottom: 56.25%;*/
    padding-top: 0;
    height: 0;
    overflow: hidden;

    margin-bottom: 20px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}

