.map {
    background-image: url(/images/map_eloy.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-y: 17px;
    background-position-x: 17px;
}

.map-over {
    background-color: white;
    opacity: 85;
}


.google-maps-img {
    box-shadow: 4px 7px #739290 !important;
}

.google-maps-img:hover {
    box-shadow: 4px 7px black !important;
}

.google-maps {
    width: 100px;
    height: 30px;
    position: relative;
    border: 1px solid black;
    background-color: white;
    border-radius: 7px;
    /* left: 10px; */
    top: 50px;
    left: 27px;
}