#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;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.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-cc-revoke,
.dg-google-maps-show {
	border-radius: 0;
    background: #f5826e;
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #ed826e;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 0;
}

.dg-google-maps-cc-revoke:hover,
.dg-google-maps-show:hover {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

.dg-google-maps-caption input[type="checkbox"] {
    margin-right: 5px;
}