.map-hazard {
    padding: 0;
    margin: 0;
    outline: 0;
    overflow: hidden;
    position:  relative;
  }
  .map-hazard {
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    /*height: 750px;*/
    height: 0px;
    padding-top: 62.5%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    border:  solid 1px #707070;
  }

  .map-hazard .zoom_outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .map-hazard.loading::before {
    color: white;
    content: "LOADING";
    position: absolute;
    font-size: 20px;
    z-index: 9999999;
    border:  solid 1px white;
    background-color: #a2a2a2;
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    left: calc(50% - 150px);
    top: calc(50% - 25px);
  }

  .map-hazard #map-hazard-zoom {
    width: 100%;
    height: 100%;
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);
    cursor: grab;
  }
  .map-hazard div#map-hazard-zoom > img {
    width: 100%;
    height: auto;
  }
  
  .map-hazard-controls{
    position:  absolute;
    width:  45px;
    height: 90px;
    left: 25px;
    bottom: 25px;
    background-color: white;
    border:  solid 1px #707070;
    text-align: center;
  }

  #map-hazard-controls-plus,
  #map-hazard-controls-minus{
    color: #707070;
    font-size: 2.5rem;
    line-height: 0.75;
    cursor: pointer;
  }  
  #map-hazard-controls-plus{
    margin-top: 6px;
  }

  .map-hazard-controls hr{
    width: 60%;
    color: #dadada;
  }

  .map-hazard-navigation{
    position:  absolute;
    top: 25px;
    left:  25px;
    background-color: white;
    border:  solid 1px #707070;
    color: #707070; 
    padding: 0.5rem 1rem;   
  }

  .map-hazard-navigation span{
    cursor: pointer;
    font-size: 18px;
    padding-left:  1rem;
    padding-right:  1rem;
    border-right:  solid 1px #707070;
  }

  .map-hazard-navigation span:last-child{
    border-right:  solid 0px #707070;
  }


  #nav-hale.active{
    /*font-weight: bold;*/
    color: #39815c;
  }
  #nav-water.active{
    /*font-weight: bold;*/
    color: #a73a8d;
  }
  #nav-storm.active{
    /*font-weight: bold;*/
    color: #e30613;
  }

  .plugin_contentnav .map-hazard-list li{
    height:  80px;
    width:  16.66666666%;
  }

  .plugin_contentnav .map-hazard-list li:nth-child(3n+3),
  .plugin_contentnav .map-hazard-list li:nth-child(3n+4){
    padding: 0px 10px 30px 10px;
  }
  .plugin_contentnav .map-hazard-list li:nth-child(7n+7){
    padding: 0 20px 30px 0;
  }  
  .plugin_contentnav .map-hazard-list li a{
    font-size:  18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;    
    text-overflow: ellipsis;
  }


  .map-hazard-caption{
    font-size: .77rem;
  }

  @media only screen and (max-width: 1200px) {
    .plugin_contentnav .map-hazard-list li{
      width:  33.333333%;
    }
    .plugin_contentnav .map-hazard-list li:nth-child(3n+4) {
      padding: 0px 10px 30px 0px;
    }    
  }

  @media only screen and (max-width: 720px) {

    .map-hazard {
      padding-top: 95%;
    }

    .plugin_contentnav .map-hazard-list li{
      width:  33.333333%;
      float: left;
      height: 50px;
      padding: 0px 5px 10px 5px !important;
    }
    .plugin_contentnav .map-hazard-list li a{
      font-size:  13px;
    }

    .map-hazard-navigation{
      position:  absolute;
      top: 15px;
      left:  15px;
      padding: 0.25rem 0.5rem;   
    }

    .map-hazard-navigation span{
      font-size: 12px;
      padding-left:  0.5rem;
      padding-right:  0.5rem;
    }

    .map-hazard-caption{
      font-size: 12px;
    }

    .map-hazard-controls{
      width:  40px;
      height: 80px;
      left: 15px;
      bottom: 15px;
    }

    #map-hazard-controls-plus,
    #map-hazard-controls-minus{
      font-size: 2rem;
      line-height: 0.7;
      font-weight: bold;
    }  
    #map-hazard-controls-plus{
      margin-top: 12px;
    }

    .map-hazard-controls hr{
      width: 60%;
    }

  }
