.history_listing {
    position: relative;
}

.history_listing .item .item_inner {
    padding-top: 16em;
    position: relative;
}
.history_listing .item .item_inner .item_image,
.history_listing .item .item_inner .item_image .data_ratio {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 12em; border-radius: 0.375em;
    padding: 0;
}
.history_listing .item .item_inner .item_image .data_ratio:before {
    content: none; padding: 0;
}

.history_listing .typo_slider .typo_slider_prev { top: 15em; left: 0; right: auto; bottom: auto;}
.history_listing .typo_slider .typo_slider_next {top: 15em; right: 0; left: auto; bottom: auto;}

.history_listing .typo_slider .typo_slider_pagination {
    bottom: auto; top: 15em; left: 3em; right: 3em;
    position: absolute; transform: translate(0,-50%);
    width: auto; justify-content: space-around;
}
.history_listing .typo_slider .typo_slider_pagination:after {
    content: ''; position: absolute;
    top: 50%; left: 0; right: 0; width: auto;
    height: 0.0625em; background-color: currentColor;
    transform: translate(0,-50%);
}
.history_listing .typo_slider .typo_slider_pagination > * {
    opacity: 0; width: 0.75em; height: 0.75em;
    background-color: currentColor;
}
.history_listing .typo_slider .typo_slider_pagination > .active {
    opacity: 1;
}
/*.history_listing .typo_slider .typo_slider_pagination > * {
    flex: 1 1 0; width: auto; height: 0.125em;
    border-radius: 0;
    background-color: red;
}*/


.history_listing .item .item_content {
    padding-left: 3em;
    position: relative;
}
.history_listing .item .item_content:after {
    content: ''; position: absolute;
    top: 0; left: 2em; bottom: 0;
    width: 0.0625em; height: auto;
    background-color: #000000;
    transform: rotate(10deg);
    transform-origin: 0 0;
}