*{margin: 0; padding: 0;}
div, img{
    display: block; position: absolute;
}
.main_container {
    width: 300px; height: 600px; border: 1px solid #000; box-sizing: border-box; overflow: hidden; cursor: pointer; visibility: hidden;
}

#logo {
    
}

.copy1 {
    top: 35px; left: 19px;
}

.copy2 {
    top: 402px; left: 20px;
}

.logo {
    top: 525px; left: 177px;
}

.cta {
    width: 73px; height: 15px; overflow: hidden; top: 450px; left: 21px;
}

#cta.cta {
    width: 73px; height: 15px; overflow: visible; 
}

#cta.cta:after{
    content: "";
    display: block; position: absolute; width: 100%; height: 200%; top: -53%; background-color: rgba(0,0,0,0);
}
.offer {
    top: 264px; left: 15px;
}

.content {
    width: 100%; height: 100%; top: 0px; left: 0px;
}

.disclosure {
    display: block; position: absolute; width: 25%; height: 6.2%; top: 58%;
}

.legal {
    width: 100%; height: 355px; background-color: #58595b;
}

.shine {
    opacity: 0; height: 100%;
}
