#map {
    width: 100%;
    height: 150px;
    position: relative;
}

.map-container {
    width: 100%;
    position: relative;
}

.map-container .image-text-content {
    position: relative;
    font-size: 16px;
    font-weight: 100;
    background: #fff;
    padding: 25px;
    border-left: 10px solid #c39f18;
}

.map-container .image-text-content h1 {
    margin: 0;
}

@media screen and (min-width: 768px){
    #map {
        height: 300px;
    }

    .map-container .image-text-content {
        font-size: 18px;
        position: absolute;
        background: rgba(255,255,255, 0.89);
        padding: 25px;
        max-width: 300px;
        width: 40%;
        right: 5%;
        bottom: 15%;
        text-align: center;
    }

    .map-container .image-text-content.left {
        right: inherit;
        left: 5%;
    }

    .map-container .image-text-content.center {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1025px){
    #map {
        height: 400px;
    }

    .map-container .image-text-content {
        font-size: 28px;
        border-left: 15px solid #c39f18;
    }
}