.banner {
    width:728px;
    height:90px;
    border:1px solid #333;
    background: url(bg.jpg);
    overflow:hidden;
    display:block !important;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

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

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

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

#products {
    background-image: url(products.png);
    left: 728px;
}

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

#text1 {
    background-image: url(text1.png);
    left: 728px;
}

#text2 {
    background-image: url(text2.png);
    left: 728px;
}

#cta {
    background-image: url(cta.png);
    left: 728px;
}