.news-revision-main-wrapper {
    margin-top: 50px;
}
.news-revision-top-visual-container {
    position: relative;
    height: 30vh;
}
.news-revision-top-content {
    position: absolute;
    width: 100%;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 4;
    top: calc(50% - 32.5px);
}
.news-revision-top-content h1{
    font-size: 32px;
    font-weight: 600;
}
.news-revision-tint {
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 30vh;
    background-color: rgba(8, 8, 8, 0.68);
}
.news-revision-top-visual-wrapper img {
    position: absolute;
    height: 30vh;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.news-revision-breadcrumbs-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    color: #c8c6c6;
    text-transform: uppercase;
    padding: 1.58em;
    font-size: x-small;
    background-color: rgba(8,8,8,0.68);
}
.news-revision-breadcrumbs-wrapper a{
    color: #c8c6c6;
}
.news-revision-breadcrumbs-wrapper a:hover{
    color: white;
}
/*
.news-revision-breadcrumbs-wrapper-mobile {
    padding: 1.58em;
    font-size: x-small;
    text-transform: uppercase;
    background: black;
    color: white;
    display:none;
}
.news-revision-breadcrumbs-wrapper-mobile a{
    color: white;
}
*/

.news-revision-nav {
    margin: 30px 0;
    border-bottom: 1px solid #333;
    overflow-x: scroll;
    text-transform: capitalize;
}
.news-revision-nav .row-flex {
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.news-revision-nav .row-flex li {
    margin: 5px 0 0;
    flex-shrink: 0;
}
.news-revision-nav .row-flex li a {
    display: block;
    padding: 5px 10px;
    border-left: 1px solid #ccc;
}
.news-revision-nav .row-flex li.active {
    font-weight: 600;
}
.news-revision-nav .row-flex li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #333333;
    transition: width .3s;
    margin: 5px 0 1px;
}
.news-revision-nav .row-flex li:hover::after, .news-revision-nav  .row-flex li.active::after {
    width: 100%;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
/*
@media only screen and (max-width: 797px){
  .news-revision-breadcrumbs-wrapper {
    display:none;
  }
   .news-revision-breadcrumbs-wrapper-mobile {
    display:block;
    padding: 1.4em;
  }
  .news-revision-top-content {
    top:50%;
  }
}
*/
