.banner {
    width:728px;
    height:90px;
    border:1px solid #333;
    background: #fff;
    background-size: cover;
    overflow:hidden;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

.size {
    width:728px;
    height:90px;
    top: -1px;
    left: -1px;
}

.retina {
    background-repeat: no-repeat;
    background-size: contain;
}

#cta_bg {
    background-image: url(green.png);
    width: 93px;
    height: 29px;
    top: 28px;
    left: 614px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*border: 1px solid #008323;*/
}

#cta {
    width: 53px;
    top: 33px;
    left: 636px;
}

#url {
    background-image: url(url.png);
}

#logo {
    background-image: url(logo.png);
}

#rectangle {
    background-image: url(yellow.png);
    background-repeat: repeat;
    width: 235px;
    height: 0px;
    bottom: 12px;
    left: 343px;
}

#dots {
    width: 150px;
    top: -26px;
    left: 429px;
}

#dots .dots {
    opacity: 0;
}

.topText {
    top: 25px;
}

#text1 {
    background-image: url(text1.png);
    opacity: 0;
}

#text2 {
    background-image: url(text2.png);
    opacity: 0;
}

#text3 {
    background-image: url(text3.png);
    opacity: 0;
}