section { 
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
}
.zoomButtons {
  position: absolute;
  bottom: 0;
  right: 4px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  height: 36px;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.0);
  border: 0;
}
.zoomButtons button {
  text-align: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition: all 250ms ;
  -moz-transition: all 250ms ;
  -ms-transition: all 250ms ;
  -o-transition: all 250ms ;
  transition: all 250ms ;
}
.zoom-in {
  background-image: url('zoomin.png') !important;
    background-color: rgba(255, 255, 255, 0.5);

}
.zoom-out {
  background-image: url('zoomout.png') !important;
    background-color: rgba(255, 255, 255, 0.5);

}
.zoom-reset {
  background-image: url('zoomreset.png') !important;
    background-color: rgba(255, 255, 255, 0.5);

}
.zoom-reset,
.zoom-in,
.zoom-out {
  width: 32px;
  height: 32px;
  opacity: 0.60;
  top: 15px;
  left: 15px;
  border: 0;
}
.zoom-reset:hover, .zoom-in:hover, .zoom-out:hover {
  opacity: 1;
  border: 0;
}
button:focus{
    outline: none;
    border: 0;
}
.panzoom {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%; /* required for Firefox */
  height: auto; /* required for Firefox */
  padding: 0;
  margin: 0;
  border: 0;
}
.panzoom-parent { 
  display: table-cell;
  border: 1px solid #c0c0c0; 
  padding: 0;
  margin: 0 auto;
}