.static-map {
    margin-bottom: 25px;
    position: relative;
}

.static-map .content-container {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 40px 0 15px;
}

.static-map .content-container.blur::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 5px);
    height: calc(100% + 10px);
    filter: blur(5px);
    background-image: inherit;
    overflow: hidden;
}

.static-map .content-container::after {
    content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    overflow: hidden;
}

@media(min-width: 641px){
    .static-map{
        margin-bottom: 40px;
    }
    .static-map .content-container {
        padding: 50px 0;
        height: auto;
        min-height:700px;
    }
}
@media(min-width: 1025px){
    .static-map .content-container {
        padding: 130px 0;
        background-attachment: fixed;
    }
}

.static-map .content-container img {
    display: block;
    width: 100%;
}

.static-map .content {
    width: 100%;
    max-width: 1200px;
    z-index: 1;
    padding: 0 15px;
    margin: auto;
}
@media(min-width:641px){
    .static-map .content {
        width: 80%;
        padding: 0;
    }
}
.static-map .text-content {
    position: relative;
    margin-bottom: 40px;
    z-index: 5;
}

.static-map .text-content h2,
.static-map .text-content p {
    color: #fff;
}

.static-map .text-content p {
    font-size: 14px;
    line-height: 22px;
}

.static-map .text-content h3 {
    color: #fff0c7;
    font-size: 26px;
    font-family: 'Memphis LT CYR W01 Bold', serif;
    font-weight: 700;
    line-height: 26px;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.static-map .text-content h2 {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (min-width: 641px) {
    .static-map .text-content p {
        font-size: 19px;
        line-height: 25px;
    }
    .static-map .text-content h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .static-map .text-content h3 {
        font-size: 52px;
        line-height: 46px;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }
}

.static-map .text-content .text a:hover {
    text-decoration: none;
    font-weight: normal;
}

.static-map .map-container {
    z-index: 10;
    position:relative;
}

.static-map .map-container img {
    width: 100%;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.4));
    height: 310px;
}

.static-map .text a.button-link {
    display: flex;
    justify-content: center;
    width:100%;
    max-width: 360px;
    padding: 3px 0;
    font-size: 16px;
    color: #f8e9c2;
    text-decoration: none;
    background-color: #403634;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    font-style: italic;
}

.static-map .text a.button-link:hover {
    background-color: #5D4F4B;
}

.static-map .text a.button-link:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #403634;
    outline: none;
}

@media (min-width: 641px) {
    .static-map .text a.button-link {

        font-size: 18px;
    }
    .static-map .map-container img {
        height: calc(310px + (400 - 310) * (100vw - 641px) / (1024 - 641));
    }

    .static-map .text-content .text a{
        margin-top: 40px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1025px) {
    .static-map{
        margin-bottom: 60px;
    }
    .static-map .content-container .spacer {
        height: 700px;
        display: flex;
    }

    .static-map .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .static-map .text-content {
        width: 37%;
    }

    .static-map .text-content .text {
        text-align: left;
    }

    .static-map .text-content h2 {
        font-size: 19px;
    }

    .static-map .text-content a {
        margin-bottom: 0;
    }

    .static-map .text-content a:hover {
        background-color: #5d4f4b;
        font-style: italic;
    }

    .static-map .map-container {
        width: 55%;
    }

    .static-map .map-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: calc(400px + (700 - 400) * (100vw - 1025px) / (1980 - 1025));
        max-height: 600px;
    }
}
