body,
html,
body,
* {
    margin: 0px;
    padding: 0px;
    border: 0
}

#container {
    position: absolute;
    width: 300px;
    height: 250px;
    background-color: #000000;
    background-size: 300px 250px;
    overflow: hidden;
    cursor: pointer;
    top: 0px;
    left: 0px
}

#container>div {
    position: absolute;
    top: 0px;
    left: 0px
}

#container img {
    width: 300px;
    height: 250px
}

#chromeCover {
    width: 300px;
    height: 250px;
    background: #FFFFFF
}

#border {
    width: 298px;
    height: 248px;
    border: 1px solid #999999;
    background-color: transparent
}

.copy {
    position: absolute;
    width: 300px;
    height: 250px;
    overflow: hidden
}

#clickScreen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    cursor: pointer
}

#cta_2 {
        z-index: 10;
    top: auto !important;
    bottom: 20px !important;
    width: 93px;
    height: 5px;
    left: 104px !important;
}

#cta_2 img {
   width: 93px;
    height: 5px;
}

#brands {
    background: #10a2dd;
    opacity: 0
}
