#map{
    /* width: 100%;  */
    height: 800px;
}

.screenshot{
    margin-top: 20px; 
}

.left {
    width: calc(40% - (.5em + 6px));
    float: left;
    min-height: 400px;
    margin-top: 1em;
}
  
.right {
    width: calc(60% - (.5em + 6px));
    float: right;
    min-height: 400px;
    margin-top: 1em;
}