@media print {
  @page {
    size: landscape;
    padding: 1cm;
  }

  #view_points_wrapper {
    display: none;
  }

  .leaflet-control {
    display: none;
  }

  #header {
    display: none;
  }

  #map_wrapper {
    height: 150%;
    width: 150%;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* #map {
    height: 110%;
    width: 110%;
  } */
/* 
  #center {
    width: 110%;
    height: 110%;
  }

  #content {
    width: 100%;
    height: 100%;
  }

  #_GMapContainer_26{
    width: 110%;
    height: 110%;
  }

  .leaflet-zoom-hide{
    width: 110%;
    height: 110%;
  } */
  
}
