.menu-general-image-category {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: initial;
width: 220px;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
margin-bottom: 5px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-right: 5px;
}
.menu-general-image-category img {
position: absolute;
}