﻿#map {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute; 
    top: 105px; 
    left: 0; 
    right: 0;
    bottom: 0;
    background: rgba(0, 255, 0, 0.5); 
}