.banner {
    position: relative;
    background-image: url('/nordbyenhundepark/assets/images/dogs.jpg');
    background-size: cover;
    background-position: top;
    height: 50vh;
    color: white;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.google-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-map iframe {
    position: absolute;
    width: 100%;
    height: 80%;
    border: 0;
}
