

.zoom-marker-div{
    width:90%;
    margin:auto auto auto auto;
    height:800px;
    overflow:hidden;
    position: relative;
    background-color: white;
}

.zoom-marker-div-half{
    /*width:90%;*/
    margin:auto auto auto auto;
    /*height:40vh;*/
    overflow:hidden;
    position: relative;
    background-color: white;
}

.zoom-marker-img{
    /*position:absolute;
    left: 0;
    top:0;*/
    z-index:1;
    position: relative;
    /*box-shadow: 5px 5px 5px #66666688;*/
}

.zoom-marker{
    z-index:2;
    position: absolute;
    cursor: pointer;
}

.zoom-marker img{
    position: absolute;
}

.zoom-marker span{
	display: none;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    top: 40px;
    transform: translateX(-30%);
    cursor: pointer;
    color: #000;
    text-transform: capitalize;
}

.zoom-marker-hover-dialog{
    z-index: 999;
    background-color: #F1F2F6;
    display: none;
    position: absolute;
    padding: 10px;
    color: rgba(102, 102, 102, 0.8);
    border-color: #D3D3D3;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}

.zoom-marker-opacity{
    opacity:0.4;
    filter:alpha(opacity=40);
}
