
@media (max-width: 60em) {

    .pac-container {
    /*    background-color: #fff;
        position: absolute!important;
        z-index: 1000;
        border-radius: 2px;
        border-top: 1px solid #d9d9d9;
    */    
        font-family: Roboto;
    /*    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    */    
        width: 100% !important;
        left: 0 !important;
        /*bottom: 0rem !important;*/
        bottom: auto;
        overflow-y: auto;
    }

}