html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.container {
    display: block;
    width: 100%;
   
    height: 100%;
    margin: 0 auto;
}
.logo-wrap {
    position: absolute;
    top:0;
    left:0;
    z-index: 999;
}
.logo-wrap img {
    width: 300px;
}
#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
    max-width: none;
}
.w-logo {
    background: url('../img/w.png') no-repeat center center;
    background-size: contain;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.w-link {
    color: #3e9dd5;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.gm-style .gm-style-iw {
    text-align: center;
}

@media only screen 
and (max-width : 1024px) { 
    .logo-wrap {
        position: absolute;
        display: table;
        width: 100%;
        z-index: 999;
        text-align: center;
        padding: 30px 0;
    }
    .logo-wrap img {
        width: 300px;
        margin: 0 auto;
    }
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
    .logo-wrap {
        position: absolute;
        top:0;
        left:0;
        width:auto; 
        z-index: 999;
    }
    .logo-wrap img {
        width: 300px;
    }
}