.banner {
    width:728px;
    height:90px;
    border:1px solid #333;
    background:#fff;
    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 {
    width: 728px;
    height: 90px;
}

#bg {
    background-image: url(../img/bg.png);
    width: 1000px;
    height: 400px;
    top: -427px;
    left: -320px;
}

#text1_1 {
    background-image: url(../img/text1_1.png);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

#text2_1{
    background-image: url("../img/text2_1.png");
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

#text3_1 {
    background-image: url(../img/text3_1.png);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

#image {
    background-image: url(../img/image.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    width: 728px;
    height: 180px;
    top: -92px;
    left: -3px;
}

#triangle {
    background-image: url(../img/triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -350px;
}

#logo {
    background-image: url(../img/logo.svg);
    opacity: 0;
}

#cta {
    background-image: url(../img/cta.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}