div.blackfridayback {
    position:fixed; 
    z-index:2001; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

div.blackfriday {
    position:fixed; 
    z-index:2002; 
    top: 50%; 
    left: 50%; 
    margin-left: -350px; 
    margin-top: -250px; 
    width: 720px; 
    background:#fff; 
    color:#000 !important;
    text-align:center; 
    font-size:30px;
    line-height:30px; 
}

div.blackfriday div.head {
    background-image: url(../images/xmas-header.jpg);
    color:#000;
    font-size:20px;
    line-height:91px;
    text-align:right;
    padding:2px;
    cursor:pointer;
    margin-right:auto;
    width:auto;
    height: 91px;
    margin-top: -24px;
}

div.blackfriday div.line0 {
    color:#fff;
    font-size:20px;
    line-height:20px;
    text-align:right;
    padding:2px;
    cursor:pointer;
    margin-left:auto;
    width:20px;
}

div.blackfriday div.line1 {
    padding-top:25px;
    color:#E84C3D;
    font-weight: bold;
}
:lang(es) div.blackfriday div.line1 {
    font-size: 0.9em;
    line-height: 1em;
}
div.blackfriday div.line2 {
    color:#E84C3D;
    font-size:0.8em;
    line-height:1em;
    margin-top: 20px;
    font-weight: bold;
}
div.blackfriday div.line3 {
    color:#3f3e3e;
    font-size:0.8em;
    line-height:2em;
}
div.blackfriday div.line4 {
    color:#000;
    font-size:0.76em;
    line-height:1em;
    padding-top: 20px;
}
div.blackfriday div.line5 {
    color:#000;
    margin-top: 30px;
    font-size: 0.50em;
    padding-bottom: 10px;
}
div.blackfriday div.line6 {
    color:#000;
    font-size: 0.6em;
    line-height:1em; 
    margin-top: 30px;
    margin-bottom: 15px;
}
div.blackfriday div.line7 {
    color:#000;
    background: #fff; 
    margin:10px auto 25px; 
    display:table; 
    font-size:0.8em;
    line-height:1em; 
}

@media (max-width: 800px) {
    div.blackfriday {
        margin-left: -200px; 
        width: 400px; 
        font-size:26px;
        line-height:26px; 
    }
}
@media (max-width: 600px) {
    div.blackfriday {
        margin-left: -180px; 
        width: 360px; 
        font-size:22px;
        line-height:22px; 
    }
}

@media (max-height: 400px) {
    div.blackfriday {
        font-size:20px;
        line-height:20px;
        margin-top:0px;
        top:5px;
    }
}
