.selected1::after,.parent1::after {
    width: 68px !important;
}
.selected2,.parent2 {    background: #8d1606 !important;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.news .showdiv .fr {    width: calc(100% - 10vw);
    float: none;
    margin: 0 auto;}
.showdiv { height:100%; position:relative;}
.showdiv::after {
    content: '';
    width: 100%;
    height: 90%;
    background: #5d0e07;
    border-radius: 0 40px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: inherit;
    z-index: -1;
}
.news:hover .showdiv::after {
    background: #740e05;
}









