.leaflet-map {
    z-index:0;
    height: 463px;
}

.popup-desc {
    font-size: 17px;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    opacity: .9;    
}

.popup-section {
    margin: 40px 0;
    display: block;
    position: relative;
}

.popup-section .popup-title {
    font-size: 17px;
    margin-bottom: 20px;    
    background-color: #fff;
    opacity: .9;      
    font-size: 1.875em;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}

.popup-section .popup-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #de1b39    
}

.popup-section iframe {
    height: 562px !important;
    max-width: 1000px;
    width: 100% !important;
    margin: 0px auto;
    display: block;
}

@media all and (max-width:1024px) {
    .popup-section iframe {
        height: 350px !important;
        max-width: 622px;
        margin: 0px auto;
        display: block;
    }  
}