.mySwiper-other-categories .other-category{
    display: block;
    border-radius: 5px;
    height: 128px !important;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
}

.mySwiper-other-categories .other-category .other-category-image{
    position: absolute;
    transform: rotate(-15deg);
    right: 3px;
    bottom: 15px;
    width: 93px;
    height: 76px;
} 

.mySwiper-other-categories .other-category .category-name{
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    font-family: FS PF BeauSans Pro,sans-serif;
    color: #FFFFFF;
    line-height: 31px;
    top: 19px;
    left: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
}

/* .mySwiper-other-categories .other-category .other-category-image{
    position: absolute;
    transform: rotate(-15deg);
    right: -9px;
    bottom: 10px;
    width: 93px;
    height: 48px;
}  */

.mySwiper-other-categories .other-category .other-category-background-image-layer{
    position: absolute;
    transform: rotate(20deg);
    bottom: -3px;
    right: -14px;
    width: 79px;
    height: 79px;
}