#social-float {
    position: absolute;
    top: 85px;
    right: 5px;   
}

.fusion-secondary-header {
    display: none;
}

@media only screen and (min-width: 800px) and (max-width: 1076px) {
    #social-float {
        position: absolute;
        top: 130px;
        left: 410px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1076px) {
    #social-float {
        position: absolute;
        top: 130px;
        left: 410px;
    }
}

@media only screen and (max-width: 800px) {
    #social-float {
        position: unset;
    }
}