* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#ad-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    overflow: hidden;
    border: 1px solid #000;
    background-color:#fff;
}

#hero-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

#hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    transform-origin: 150px 185px;
}

#vertical-line {
    position: absolute;
    width: 2px;
    background: #000;
    left: 704px;
    top: 0;
    height: 250px;
    z-index: 2;
}

#left-clip {
    position: absolute;
    left: 0;
    top: 0;
    width: 704px;
    height: 250px;
    overflow: hidden;
    z-index: 3;
}

#right-clip {
    position: absolute;
    left: 704px;
    top: 0;
    width: 267px;
    height: 250px;
    overflow: hidden;
    z-index: 3;
}

#partner-img {
    position: absolute;
    top: 0;
    left: 0;
}

#cloud-img,
#cloud-img-box {
    position: absolute;
    top: 0;
    left: 0;
}

#cloud-img-box {
    width: 130px;
    top: 210px;
    left: 147px;
}

#info-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 250px;
    background: #000;
    z-index: 4;
    overflow: hidden;
}

#gemini-img {
    position: absolute;
    top: 34px;
    left: 17px;
    width:30px;
    height:30px;
    opacity: 0;
}

.copy-line {
    position: absolute;
    opacity: 0;
    width:218px;
    top: 130px;
    left:17px;
}

#cta{
    height: 25px;
    left: 17px;
    position: absolute;
    top: 160px;
}
