.pop-up-ads {
    display: none;
    z-index: 10;
}

.pop-up-ads:after {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    z-index: 9;
}

.pop-up-ads img {
    position: fixed;
    left: 27vw;
    top: 10vw;
    z-index: 10;
    width: 46vw;
    margin: 0 auto;
}

.pop-up-ads a {
    position: fixed;
    left: 69.5vw !important;
    top: 11.5vw;
    z-index: 99;
    font-size: 2vw;
    color: black;
    font-weight: bold;
}

.pop-up-ads a:hover {
    color: #333;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .pop-up-ads a {
        position: fixed;
        left: 79.5vw !important;
        top: 42.5vw;
        z-index: 99;
        font-size: 4vw;
        color: black;
        font-weight: bold;
    }
    .pop-up-ads img {
        position: fixed;
        left: 16vw;
        top: 40vw;
        z-index: 10;
        width: 70vw !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 425px) {
    .pop-up-ads a {
        position: fixed;
        left: 82.5vw !important;
        top: 69.5vw;
        z-index: 99;
        font-size: 4vw;
        color: black;
        font-weight: bold;
    }
    .pop-up-ads img {
        position: fixed;
        left: 12vw;
        top: 67vw;
        z-index: 10;
        width: 77vw !important;
        margin: 0 auto;
    }
}