.hunnibal-nemu,
.h-continer {
    direction: rtl;
}

.h-sec-over {
    left: 0;
    right: unset;
    transform: translateX(50px);
}

@media (max-width: 768px) {
    .h-sec-over {
        right: 100%;
    }

    .h-sec-over-show {
        right: 0%;
    }
    #header #logo {
        left: 40% !important;
    }
}