@media only screen and (min-width: 768px){
    .right-float{
        float:right;
    }
}