@charset "UTF-8";

/* --------Google Map------------------------------- */
.map {
    width: 100%;
    height: 20vw;
    min-height: 300px;
    max-height: 450px;
    position: relative;
    max-width: calc(1200px - var(--i_padding, 20px) * 2);
    margin: 0 auto 50px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#map + section {
    background-size: 100%!important;
}

#access+ div {
    background-size: cover!important;
}

@media screen and (max-width: 900px) {
#map + section {
    background-size: auto!important;
}
}