@charset 'utf-8';

.google-map{
    overflow:hidden;
    width: 1440px;
    height: 400px;
    position: relative;
    .map-info{
        position: absolute;
    }
    iframe{
        height: auto;
    }
}