.marker,
.zoomHolder img {
   
}

.fullscreenToggle {
    background: url(../images/pz_sheet2.png) no-repeat;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    display: none;
    cursor: pointer;
    z-index: 100;
    margin: 5px 0
}
.zoomIn,
.zoomOut {
    background: url(../images/pz_sheet2.png) no-repeat;
width: 40px;
height: 40px;
overflow: hidden;
position: relative;
display: block;
cursor: pointer;
z-index: 100;
margin: 5px 0;
background-color: #525151;
box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
border-radius: 20px;
border: 1px solid #fff;
}
.zoomIn {
    background-position: 6px 5px;
}

.zoomOut {
    background-position: -41px 5px;
}

.fullscreenToggle {
    background-position: -60px 0;
    cursor: pointer
}

.zoomIn.on,
.zoomOut.on {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    cursor: pointer
}

.zoomIn.off,
.zoomOut.off {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    cursor: auto
}

.controlHolder {
border-radius: 5px;
background: rgba(0, 0, 0,0);
position: absolute;
right: -60%;
top: 43%;
padding: 5px;
z-index: 100;
}

.fullscreenDiv,
.marker {
    left: 0;
    top: 0
}

.fullscreenToggle.on {
    background-position: -90px 0
}

.fullscreenToggle.off {
    background-position: -60px 0
}

.fullscreenDiv {
    width: auto !important;
    height: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    position: absolute !important;
    background: #FFF;
    z-index: 999999;
    overflow: hidden;
    touch-action: none
}

.zoomHolder {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.marker {
    position: absolute !important;
    bottom: auto !important;
    right: auto !important;
    cursor: pointer
}

.zoomHolder {
    -webkit-tap-highlight-color: transparent;
}

.fullscreenDiv * {
    touch-action: none
}

@media only screen and (max-width: 768px) {
.zoomOut {
  background-position: -46px 0px;
}
.zoomIn {
  background-position: 1px 0px;
}
.zoomIn, .zoomOut {
  width: 30px !important;
  height: 30px !important;
}
}

