#hero{
    background: none;
    height: 0;
    width: 0;
}

.overlay{
    display: none;
}

.scrollDown{
    display: none;
}

#map{
    margin-top: 115px;
}

.map-size{
    height: 50% !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
    margin-top: 55px;
    margin-bottom: 55px;
}

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

.title-page:before {
    content: "";
    position: absolute;
    left: 48%;
    bottom: 0;
    height: 3px;
    width: 50px;
    border-bottom: 3px solid #000;
}

#contact{
    margin-top: 0;
}