
#map{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:2000;
  display:none;
}
#map.open{
  display:block;
}
#map-container{
  position:relative;
  /*overflow:hidden;*/
  /*border-radius:12px;*/

}
.map{
  position:relative;
  /*width:4078px;*/
  /*height:2073px;*/
  width:4680px;
  height:2340px;
  border-radius:12px;

}
.map-icon{
  width: 52px !important;
    height: 52px !important;
    /*background-image: url(/assets/elements/tiles/map.jpg);*/
    background-image: url(/assets/elements/tiles/map2.png);
    background-size: 112%; 
    /*background-size: cover;*/
    background-position: center;
  
}


    .map-image{
      position:relative;
      position:absolute;
      width:100%;
      height:100%;
      /*background:url(/assets/map/lego_map_4k2.png);*/
      /*background:url(/assets/map/lego_map_5k.png);*/
      background:url(/assets/map/map1.webp);
      /*background:url(/assets/map/map2.webp);*/
      /*background:url(/assets/map/map3.png);*/
      /*background-size:100% 100%;*/
      /*background-size:contain;*/
      /*top:0;*/
      /*left:0;*/
      /*z-index:-1;*/
      /*margin-left:-4px;*/
      /*margin-top:-8px;*/
      
    }


.lego-xs-icon{
  width: 52px !important;
    height: 52px !important;
    background-image: url(/assets/LEGO_64px.webp) ;
    /* background-size: 100%; */
    background-size: cover;
    background-position: center;
  
}
.lego-s-icon{
  width: 78px !important;
    height: 78px !important;
    background-image: url(/assets/LEGO_128px.webp);
    /* background-size: 100%; */
    background-size: cover;
    background-position: center;
  
}
.lego-icon{
    width: 104px !important;
    height: 104px !important;
    background-image: url(/assets/LEGO_256px.webp);
    /* background-size: 100%; */
    background-size: cover;
    background-position: center;
  
}
