#tx-lsbnet-pi1-map {
    position: relative;
	width: 100%;
	height: 600px;
}
.lsnetbg, .lsnetfg {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    background-image: url('/typo3conf/ext/ls_net/Resources/Public/Icons/gmap_preview.png');
    background-position: center center;
    filter: blur(20px);
}
.lsnetfg {
    background: transparent;
    filter: none;
}

.dlgInfo {
    position: relative;
    z-index: 10;
}
