@media screen and (max-width: 599px) {
    .content-container {
        width: 90% !important;
        margin-bottom: 0 !important;
    }

    .content-container .location-container {
        flex-direction: column !important;
    }

    .content-container * {
        border-radius: 10px;
    }

    .content-container img {
        height: auto !important;
    }

    .content-container .map-address {
        flex-direction: column !important;
        margin-bottom: 0 !important;
    }

    .content-container .map-address * {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
}

:root {
    --global-web-width: 1170px;
}

.content-container {
    width: var(--global-web-width);
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-container .location-selector-container {
    margin: 0 auto;
    margin-bottom: 40px;
}

.content-container .location-selector-container button {
    padding: 10px;
    border-radius: 4px;
}

/* .content-container select {
    border: none;
    background: none;
    width: 50%;
    font-size: 40px;
    border-bottom: 1px solid black;
    margin: 0 auto;
    margin-bottom: 40px;
} */

.location-container {
    /* margin: 50px auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: var(--global-web-width); */
    display: none;
}

.location-container img {
    height: 600px;
    object-fit: cover;
}

.map-address {
    display: flex;
    flex-direction: row;
    margin: 40px 0;
}

.map-address iframe {
    height: 400px;
    width: 600px;
    border: none;
}

.map-address .information {
    margin-left: 40px;
    width: 400px;
    letter-spacing: 1px;
}
