#map div>img {
    position: absolute;
}

.print-content1 {
    width: 100vw;
    height: 100vh;
}

.print-content2 {
    text-align: center;
    width: 100vw;
    height: 100vh;
}

.print-content2 img {
    margin: 0 auto;
    height: 99%;
    width: auto;
}

.gm-style {
    overflow: hidden;
}