.image-sliced-inner{
    position: relative;

}
.image-sliced-img{
    vertical-align: bottom;
    width: 100%;
}
.image-sliced-inner.bottom-right-sliced.orange-linethrough:after{
    content: '';
    position: absolute;
    z-index: 5;
    background-color: #ff7f00;
    width: 220px;
    height: 2px;
    right: -90px;
    transform: rotate(-59deg);
    bottom: 50px;
}
.image-sliced-wrap{
    padding-right: 50px;
    padding-bottom: 50px;
}