
.banner {
    width:970px;
    height:250px;
    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{
    top:-1px;
    left:-1px;
    width:970px;
    height:250px;
}

#frame{
    box-sizing: border-box;
    width:970px;
    height:250px;
    border:5px solid #fff;
    opacity: 1;
}

#BG1{
    background:url(../img/BG1.jpg);
    background-size:contain;

}

#BG2{
    background:url(../img/BG2.jpg);
    background-size:contain;


}

#logos{
    background:url(../img/logos.jpg);
    background-size:contain;
    opacity: 0;


}

#copy1{
    background:url(../img/copy1.png);
    background-size:contain;
    opacity:0;
}

#copy1_2{
    background:url(../img/copy1_2.png);
    background-size:contain;
    opacity:0;
}

#copyMask{
    width: 700px;
    height: 110px;
    top: 115px;
    left: 0px;
    overflow: hidden;
}

#copyColor1{
    background:url(../img/copyColor1.png);
    background-size:contain;
    background-repeat: no-repeat;
    top:0px;
    height: 130px;
    width: 970px;
    opacity: 0;

}

#copyColor2{
    background:url(../img/copyColor2.png);
    background-size:contain;
    background-repeat: no-repeat;
    height: 130px;
    width: 970px;
    top: 110px;

}

#copyColor3{
    background:url(../img/copyColor3.png);
    background-size:contain;
    background-repeat: no-repeat;
    top: 110px;
    height: 130px;
    width: 970px;

}


#copy2{
    background:url(../img/copy2.png);
    background-size:contain;
    opacity: 0;
}

#copy2_2{
    background:url(../img/copy2_2.png);
    background-size:contain;
    opacity: 0;
    transform-origin: 0% 80%
}

#copy3{
    background:url(../img/copy3.png);
    background-size:contain;
    opacity: 0;

}

#copy3_2{
    background:url(../img/copy3_2.png);
    background-size:contain;
    opacity: 0;
}

#copy3_3{
    background:url(../img/copy3_3.png);
    background-size:contain;
    opacity: 0;
    transform-origin: 22% 61%
}



#cta{
    background:url(../img/cta.png);
    background-size:contain;
    opacity: 0;
    transform: scale(0.6);
    transform-origin: 70% 58%
}



#legend{
    bottom:12px;
    left:20px;
    height:20px;
}

#legend p{
    color:#d1d1d1;
    font-size:16px;
}

.black{
    color:#000;
}