/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-dic-2016, 9:55:46
    Author     : linar
*/
#googleMap {
    width: 100%; /* Span the entire width of the screen */
    height: 400px; /* Set the height to 400 pixels */
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
div.main{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
@media only screen and (max-width: 1870px){
    div.main{
        height: auto;
    }

}