.popup{
    width:80%; 
    max-width: 650px;
    padding: 10px;
    background:white;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius: 10px;
    display:none;
    z-index: 1000000;
}

.popup a{
    max-width: 350px;
    display:block;
    margin:auto;    
}

.popup img{
    width:100%;
}

.popupBg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.8);
    display:none;
    z-index: 100000;
}

.zoneVideo{
    width:100%;
    margin: 20px auto;
}

.zoneVideo div{
    position: relative;
    padding-bottom: 56.25%;
}

.zoneVideo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}

.popup svg{
    display:block;
    margin-left: auto;
    cursor: pointer;
}

.popup h1{
    text-align: center;
    color:#8BC34A;
}

@media screen and (max-width:630px){
    .popup h1{
        font-size: 1.7em;
    }
}