﻿#mapFrame {
    display: none; 
    position: absolute; 
    top: 0px; 
    right: 300px; 
    width: 500px; 
    height: 600px; 
    z-index: 99999999;
}

@media only screen and (max-width: 740px)
{
    #mapFrame {
        display: none; 
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        
    }

}