@charset "UTF-8";

.banner {
    width:300px;
    height:600px;
    border:1px solid #333;
    background: url(bg.jpg) no-repeat;
    background-size: cover;
    overflow:hidden;
    display:block !important;
    box-sizing:border-box;
}

#loader-container {
    display:none;
}

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

#logo {
    background: url(logo.svg) no-repeat;
    top: 12px;
    left: 14px;
    width: 101px;
    height: 18px;
}

#text1 {
    background: url(text1.png) no-repeat;
    background-size: contain;
    top: 111px;
    left: 33px;
    width: 168px;
    height: 64px;
    opacity: 0;
}

#text2 {
    background: url(text2.png) no-repeat;
    background-size: contain;
    top: 178px;
    left: 33px;
    width: 168px;
    height: 54px;
    opacity: 0;
}

#text3 {
    background: url(text3.png) no-repeat;
    background-size: contain;
    top: 81px;
    left: 29px;
    width: 145px;
    height: 80px;
    opacity: 0;
}

#text4 {
    background: url(text4.png) no-repeat;
    background-size: contain;
    top: 192px;
    left: 31px;
    width: 137px;
    height: 35px;
    opacity: 0;
}

#text5 {
    background: url(text5.png) no-repeat;
    background-size: contain;
    top: 192px;
    left: 31px;
    width: 102px;
    height: 40px;
    opacity: 0;
}

#cta {
    background: url(cta.png) no-repeat;
    background-size: contain;
    top: 260px;
    left: 29px;
    width: 100px;
    height: 26px;
    opacity: 0;
}

#coffeeMaker {
    background: url(coffeeMaker.png) no-repeat;
    background-size: contain;
    bottom: 20px;
    left: 22px;
    width: 215px;
    height: 262px;
}

#liquid {
    background: url(liquid.png);
    top: -500px;
    left: 0px;
    width: 3px;
    height: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#liquid2 {
    background: url(liquid.png);
    top: -10px;
    left: 0px;
    width: 3px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#liquid3 {
    background: url(liquid.png);
    top: -5px;
    left: 0px;
    width: 3px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#liquid4 {
    background: url(liquid.png);
    top: -3px;
    left: 0px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#liquidMask {
    top: 105px;
    left: 126px;
    width: 3px;
    height: 60px;
    overflow: hidden;
}

#container{
    position: absolute;
    top: -37px;
    left: 0;
    width: 300px;
    height: 516px;
    overflow: hidden
}

.smoke{
    position: absolute;
    left:140px;
    background: url(steam.png) no-repeat;
    background-size: cover;
    width:20px;
    height:20px;
    opacity: 0.3;
    top:516px;
}