.brand {
    position: fixed;
    top: 10px;
    border-radius: 50%;
    right: 20px;
    z-index: 1040;
    transition: right 0.5s ease-in-out;
}

.shift-left {
    right: -120px !important;
}