.wpgmza_lb_overlay{
    z-index: 99998 ;
    position: fixed;
    width: 100%;
    height:100%;
    top:0px;
    left: 0px;
    opacity: 0.8;
    background-color: black;
}

.wpgmza_lb_override{
    z-index: 99999 !important;
    position:fixed !important;
    width: 100% !important;
    height: 100% !important;
    left: 0% !important;
    top: 0% !important;
}

.wpgmaps_full_screen_icon {
	cursor:pointer;
	width:20px;
}
.wpgmaps_full_screen_icon_close {
	cursor:pointer;
	width:20px;
}
.wpgmza_fs_button {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-left: 0px;
    min-width: 40px;
    margin-left:10px;

}
