@import "resets.css";
/* @import url('https://fonts.googleapis.com/css?family=Lato:400,700,900'); */

/* Main */
#wrapper {
    /* width: 670px;
    height: 578px; */
    width: 160px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    color: #fff;
    font-family: Arial;
}
#banner {
    position: relative;
    border: 1px solid #000;
    /* width: 670px;
    height: 578px; */
    width: 158px;
    height: 598px;
    overflow: hidden;
    background-image: url('../img/bg.jpeg');
}
/* Frames */

canvas, #text1, #text2, #text3, #text4, #text5, #cta, #pfizer, #click-area {
    position: absolute;
}
#bg-canvas, #text1, #text2, #text3, #text4, #text5, #cta, #pfizer {
    opacity: 0;
}
canvas {
    top: 290px;
    left: -112px;
    transform: scale(.8692);
}
#text1 {
    top: 70px;
    left: 15px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}
#text2 {
    top: 71px;
    left: 29px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
}
#text3 {
    top: 68px;
    left: 16px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
}
#text4 {
    top: 258px;
    left: 20px;
    font-size: 10.3px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}
#text5 {
    top: 576px;
    left: 12px;
    font-size: 8px;
    font-weight: 700;
}
#pfizer {
    top: 570px;
    left: 113px;
    width: 29px;
    height: 17px;
    background: url(../img/pfizer.svg) center center no-repeat;
}
#shade {
    position: absolute;
    opacity: 0;
    width: 158px;
    height: 80px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(52,170,198,0) 0%,#34aac6 100%);
}
#cta {
    top: 220px;
    left: 22px;
    width: 115px;
    height: 32px;
    font-size: 11px;
    border-radius: 1px;
    background: #fff;
    color: #2fadca;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    padding-top: 3px;
    box-sizing: border-box;
    opacity: 1;
    transform: scale(0);
}
#cta:hover {
    opacity: .7;
}
#click-area {
    width: 158px;
    height: 598px;
    background-color: rgba(0, 0, 0, 0);
}

#container {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 156px;
    left: -262px;
    width: 670px;
    height: 599px;
    background-repeat: no-repeat;
    transform: scale(0.48);
}
.words {
    position: absolute;
    transform: translate(-50%, -50%);
    background-image: url('../img/words.png');
    opacity: 0;
}

.intro {
    position: absolute;
    transform: translate(-50%, -50%);
    /* background-image: url('../img/intro.svg'); */
    /* background-size: 670px 599px; */
    opacity: 0;
}
