.blockInnerContent iframe { width: 100%; }
/*Popup CSS*/
.mad-popup-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    z-index: 9999;
}

.mad-popup-wrap.show{
  display:block;
}

.mad-popup-content img {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
}

.mad-popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding:35px;
    transform: translate(-50%, -50%);
    background: #fff;
    min-width: 500px;
    text-align: center;
}

.mad-popup-wrap .close {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 30px;
    cursor: pointer;
}

.mad-popup-text {
    padding: 15px;
}

.mad-popup-wrap p.popup-header {
    margin: 0;
    font-size: 40px;
    text-align: center;
}

.mad-popup-wrap p.popup-subheader {
    margin: 0;
    font-size: 25px;
    text-align: center;
}

@media screen and (max-width: 550px){
  .mad-popup-box {
        min-width: 90%;
        top: 12rem;
        transform: translate(-50%);
    }
}

/*uncomment to change color of the popup text*/
p.popup-header{
    font-family: proximanovabold, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #00594f;
    font-size: 40px;
    text-align: center;
    letter-spacing: normal;
    padding-left: 0;
    margin-right: 0;
}
p.popup-subheader {
    color: #171717;
    font-family: freightsansprobook, Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom:20px;
    font-size: 27px!important;
    text-align: center;
    }

/*uncomment to change close button to white*/
/*.close svg {*/
/*    filter: invert(1);*/
/*}*/