.ol-popup {
        position: absolute;
        background-color: white;
        box-shadow: 0 3px 4px rgba(0,0,0,0.2);
        padding: 0px;
        border-radius: 10px;
        border: 2px solid #cccccc;
        bottom: 10px;
        left: -50px;
        min-width: 608px;
        min-height: 608px;
        width: 608px;
        height:608px;
}
.ol-popup-content {
        position: absolute;
        padding: 0px;
        min-width: 608px;
        min-height: 608px;
        width:608px;
        height:608px;
/*      overflow-y:hidden;*/
        overflow-x:hidden;
}


