.map{
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 0;
    width: 100vw;
    height: 500px;
}

.map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}