Elegant-Division
1/6/2017 - 6:58 AM

999.md Fullscreen map

999.md Fullscreen map

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("https://999.md/ru/list/real-estate/apartments-and-rooms") {
  
  body {
    height: 100%;
    overflow: hidden;
  }
  
  #js-ads-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  
  #js-ads-map {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important;
  }

}