#mbg {
        position: fixed;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
}

#mbg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        object-fit: cover;
        background-color: rgba(128,128,128,0.75);
        filter: brightness(55%);
        //filter: brightness(30%) blur(6px);
}

.acf-map {
	width: 100%;
	height: 600px;
	border: #ccc solid 5px;
	margin: 20px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
	max-width: inherit !important;
}

.av_header_transparency.av_minimal_header_shadow {
	box-shadow: 0 0 0px 0px rgba(0,0,0,0) !important;
}


