#tabs.active ~ .tab-item-content{
    display: none;
}
#tabs.active ~ .tab-item-content.tabzy--active{
    display: block;
}
