
body.rtl {
    .wpvr-welcome {
        margin-left: 0px;
    }

    .wpvr-welcome .wpvr-features .single-feature .see-example {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:first-child {
        margin-left: inherit;
        margin-right: 0;
    }

    .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:last-child {
        margin-left: inherit;
        margin-right: auto;
    }

    .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li {
        margin-left: inherit;
        margin-right: 30px;
    }

}