@charset "UTF-8";

#access_map + section .content_wrapper {
    padding: 0;
    position: relative;
    height: 400px;
}

#access_map + section .content_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}