@media (max-width: 1200px) {
    /* Styles here will apply to screens that are 1200px wide or narrower */
    a.home-button.agent {
        padding: 5px;
        top: 0;
        margin-top: -177px;
        float: left;
        border-radius: 0;
        margin-left: -10px;
        left: 115px;
    }
}
@media (max-width: 821px) {
    a.home-button.agent {
        margin-top: -177px;
    }
}
@media (max-width: 869px) {
    a.home-button.agent {
        margin-top: -12px;
    }
}