#contactme {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/bg/BG_CTA.png");
    background-position: bottom;
}
#contactme-box {
    width: 100%;
    padding: 39px 64px;
    margin: 100px 0px 100px 0px;
    background: linear-gradient(#1E3A8A, #0A0C10);
    transition: ease 0.3s all;
}
#contactme-text { padding: 39px 50% 39px 64px; }
#coder-frame { 
    width: 644px;
    position: absolute;
    top: -150px;
    right: 0;
}