
#tfs-map .map-wrapper{
    width: 600px;
}
#tfs-map.map-standard #map{
    width: 600px; 
    height: 510px; 
    font-size: 0px; 
    position: relative; 
    overflow: hidden;
}
#tfs-map.map-max{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
#tfs-map.map-max #map, #tfs-map.map-max .map-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
}
#tfs-map .map-options{
    position: absolute;
    top: 0;
    text-align: right;
    width: inherit;
    padding: 30px 10px 0 0;
}
#tfs-map.map-max .map-options{
    padding: 10px 10px 0 0;
    right: 0;
}