body {
    direction : rtl;
    
    text-align: right !important;
    
    }

.right-0
{
    left: 0 !important;
    right:auto !important;
}

.oblique {
    transform: skewX(-10deg) !important;
    overflow: hidden;
    width: 60% ;
    left: -10rem !important;
    right: auto !important;
    border-bottom-right-radius: 0.75rem !important;
}


#Cover_BG {
   transform: skewX(10deg);
   margin-left: -4rem !important;
   background-size: cover;
   height: 100% !important;
   position: absolute !important;
   top: 0;
    
    left: 0 !important;
    box-sizing: border-box;
}    


#menu  a {
    text-decoration: none;
    color: #FFF;
    font-weight: var(--font-weight-medium);
    padding: 20px;
}
/*
#Cover_BG {
  margin-left: -4rem !important;
  background-size: cover;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  box-sizing: border-box;
}*/