
.dimensions {
    width: 300px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.retina {
    background-size: calc(600px/2) calc(1200px/2);
    width:calc(600px/2);
    height:calc(1200px/2);
}

.center-horiz {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hidden {
    visibility: hidden;
}

.comp {
    /* background-image: url('../images/comp3.jpg');
    background-repeat: no-repeat;
    opacity: 0.5; */
}


.copy,
.image {
    background-repeat: no-repeat;
    background-size: cover;
}

div {
    background-repeat: no-repeat;
    position: absolute;
}


#banner {
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
}

#hit {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}



/*

    banner elements

*/

#bg_gradient {
    background-image: url('../images/bg_gradient.jpg');
}

#bg {
    background-image: url('../images/bg.jpg');
    background-size: contain;
    width: calc(600px/2);
    height: calc(1046px/2);
}

#bottom_white {
    display: block;
    width: 300px;
    height: 148px;
    background-color: white;
}

#card-container {
  width: 300px;
  height: 600px;
}

#card {
    background-image: url('../images/card.png');
    background-size: contain;
    width: calc(454px/2);
    height: calc(266px/2);
}

#chase_logo {
    background-image: url('../images/chase_logo.svg');
    background-size: contain;
    width: 210px;
    height: 17px;
}


/*

    copy

*/


#text_1 {
    background-image: url('../images/text_1.png');
    background-size: calc(440px/2) calc(116px/2);
    width: calc(440px/2);
    height: calc(116px/2);
    top: 200px;
}

#text_2 {
    background-image: url('../images/text_2.png');
    background-size: calc(488px/2) calc(166px/2);
    width: calc(488px/2);
    height: calc(166px/2);
    top: 75px;
}

#text_3 {
    background-image: url('../images/text_3.png');
    background-size: calc(444px/2) calc(240px/2);
    width: calc(444px/2);
    height: calc(240px/2);
    top: 168px;
}



/*

    cta

*/


#cta {
    width: 91px;
    height: 29px;
    position: absolute;
    background-color: #2ba854;
    border-radius: 4px;
    left: 104px;
    top: 515px;
}

#cta_label {
    background-image: url('../images/text_cta.png');
    background-size: calc(134px/2) calc(20px/2);
    width: calc(134px/2);
    height: calc(20px/2);
    position: relative;
    left: 12px;
    top: 10px;
}



/* controls */
.hidden {
    visibility: hidden;
}
#controls {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 285px;
    top: 6px;
}
#btn_pause, #btn_play {
    position: absolute;
    background-image: url('../images/playPause.png');
    height: 10px;
    width: 10px;
    background-size: 19px 10px;
}

#btn_pause {
    background-position: 0 0;
}
#btn_play {
    background-position: -10px 0;
}

#btn_replay {
    background-image: url('../images/replay.svg');
    width: 9px;
    height: 11px;

}


/**********  CTA  ***********/
