#timeline .noUi-base {
    overflow: hidden;
}
.center-body {
    display: grid;
    align-items: center;
    justify-items: center;
}
.extend-main-container {
    height: auto !important;
    width: 100% !important;
    margin-bottom: 0;
}
.video-title-margin {
    margin-top: 0 !important;
}
.title-header {
    display: grid;
    grid-template-columns: 36px auto 138px;
    grid-gap: 8px;
    padding-right: 15px;
}
.title-header-text {
    grid-column: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.prepare-mini-nav {
    align-self: center;
    height: 22px;
    display: grid !important;
    grid-gap: 14px;
    grid-auto-flow: column;
}
.prepare-mini-logo {
    grid-column: 1;
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../images/transparent-logo-white.png');
}
.mini-nav {
    display: none;
}
.mini-nav > a {
    color: #F1F1F1;
    width: min-content;
}
.hack-header {
    position: absolute;
    display: block;
}
