@charset "UTF-8";

.map {
    width: 100%;
    height: 20vw;
    min-height: 300px;
    max-height: 450px;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    left: calc(var(--i_padding, 20px) * -1);
    width: calc(100% + var(--i_padding, 20px) * 2);
}