.drop-bg{
&:before {
background: url() no-repeat;
content: "";
position: absolute;
width: 80px;
height: 75px;
background-position: top right;
[dir="ltr"] & {
transform:scaleX(-1);
}
}