body {
    background-image: url(code.html);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

a {
    text-decoration: none;
    color: #333
}

#popup {
    position: absolute;
    display: hidden;
    height: auto;
    width: 100%;
    top: 20px;
    margin-left: 0;
    background-color: #fff;
    z-index: 9999999999
}

#popup img {
    width: 70%;
    text-align: center
}

#popup p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
    text-align: justify
}

#popup a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: right;
    float: right;
    position: absolute
}

#popup1 {
    position: absolute;
    display: hidden;
    height: auto;
    width: 80%;
    margin-left: 0;
    background-color: #fff;
    z-index: 9999999999;
    float: right;
    text-align: right
}

#popup1 a img {
    width: 75%;
    text-align: right
}

#popup1 p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
    text-align: justify
}

#popup1 a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-align: right;
    float: right;
    position: absolute;
    width: 7%
}

@media(min-width:768px) and (max-width:991px) {
    #popup {
        top: 125px
    }
    #popup img {
        width: 95%
    }
    #popup1 {
        width: 89%
    }
    #popup1 a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
        margin: 0;
        padding: 5px;
        text-align: right;
        float: right;
        position: absolute;
        width: 10%
    }
}

@media(min-width:481px) and (max-width:767px) {
    #popup1 a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
        margin: 0;
        padding: 5px;
        text-align: right;
        float: right;
        position: absolute;
        width: 10%
    }
}

@media only screen and (max-width:480px) {
    #popup {
        top: 125px
    }
    #popup img {
        width: 90%
    }
    #popup1 {
        width: 84%
    }
    #popup1 a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
        margin: 0;
        padding: 2px;
        text-align: right;
        float: right;
        position: absolute;
        width: 15%
    }
}

#overlay-back1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=60);
    z-index: 9999999;
    display: none
}

.close-image {
    display: block;
    float: right;
    position: relative;
    width: 100%;
    cursor: pointer
}