#dg-google-map {
    position: relative;
    min-height: 250px;
    background-color: #eaeaea;
}


@media screen and (max-width: 1249px) {
    #dg-google-map {
        height: calc((100vw - 70px) / 1.5625);
    }
}

.dg-google-maps-caption {
	top: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.5);
    color: #000000;
    padding-top: 20px;
}

.dg-google-maps-caption .dggm_privacy_link
{
    padding-top: 5px;
    display: inline-block;  

}

.dg-google-maps-caption p:nth-of-type(2) {
	display: block;
    width: 100%;
    border: none;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    max-width: 300px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.dg-google-maps-show {
	border-radius: 5px;
    background: #fff101;
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    text-decoration: none;
    color: rgba(86,82,75,1);
    font-weight: 800;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.dg-google-maps-show:hover {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

.dg-google-maps-caption input[type="checkbox"] {
    margin-right: 5px;
}