.dwmap-popup{
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: url(../images/dwmap-background-image.jpg) center center;
    background-size: cover;
}
.dwmap-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
}
.dwmap-popup-content {
    max-width: 500px; 
    padding: 20px;
    position: relative;
}
h2.dwmap-heading {
    font-size: 36px;
}
h3.dwmap-subheading {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.25;
}
.dwmap-image {
    margin: 30px 0;
}
.dwmap-button a {
    
    padding: 20px;  
    
    border-radius: 10px;
    display: block;  

    color: #000;
    background-color: #fff;
    font-size: 13px;
    border: none;
     
}
.dwmap-close {
    color: #fff;
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 50px;
    line-height: 1;
    transform: rotate(45deg);
}