
/*.nestle-nan__popup {
    background: #fff;
    position: fixed;
    width: 638px;
    height: 443px;
    top: calc(50% - 220px);
    left: calc(50% - 319px);
    z-index: 1000;
}
.nestle-nan__images img{
    display: block;
    margin:48px auto 0 auto;
}
.nestle-nan__headline{
    font-size: 30px;
    color: #7f4fae;
    text-align: center;
    font-weight: bold;
    font-family: 'RotonBol';
}
.nestle-nan__text{
    font-size: 24px;
    margin-top: 24px;
    color: #cb8c35;
    text-align: center;
    font-weight: bold;
    font-family: 'RotonBol';
}



#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 100000;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
    overflow: hidden; 
}
.close {
    top: -30px;
    right: -40px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    border-radius: 50%;
    background-color: #7f4fae;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    transition: all 0.5s;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

@media (max-width: 700px){
    .nestle-nan__popup {
        width: 100%;
        height: 443px;
        top: calc(50% - 220px);
        left: 0;
        z-index: 1000;
}
    .close {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 425px){
    .nestle-nan__popup {
        width: 80%;
        height: 373px;
        top: calc(50% - 190px);
        left: 10%;
        z-index: 1000;
    }
    .nestle-nan__images img{
        width: 80%;
    }
    .nestle-nan__headline {
        font-size: 25px;
    }
    .nestle-nan__text {
        font-size: 20px;
    }
}

@media (max-width: 320px){
    .nestle-nan__popup {
    width: 85%;
    height: 343px;
    left: 7.5%;
}
    .nestle-nan__headline {
    margin-top: 10px;
}
    .nestle-nan__text {
        margin-top: 14px;
    }
    .close {
        top: 7px;
        right: 6px;
    }
}*/