
#banner {
    display:flex;
    width: 100%;
    height: 400px;
    background: url("media/places/dulich.png") no-repeat center center;
    background-size: cover;
}
#content h2{ text-align: center;}

.maps > iframe{
    display: block;
    margin-left: 10%;
    margin-right: 10%;
}

