.tab-wrapper {
    margin: 40px 0;

}
.tab-header {
    border-bottom: 1px solid #2d2d2d;
    display: flex;
    flex-wrap: nowrap;
}
.tab-header a {
    display: inline-block;
    padding: 20px 15px;
    font-size: 1rem;
    transition: box-shadow .3s ease;
    text-align: center;
    flex-grow: 3;
}
.tab-header a.active, .tab-header a:hover {
    box-shadow: 0 -5px 0 #e03013 inset;
    text-decoration: none;
}
.tab-wrapper .columnControl {
    min-height: 550px;
}
#cs-tabs .video-heading.video-title {
    display: none;
}
#cs-tabs a.video-transcriptLabel, #cs-tabs a.video-transcriptLabel:hover, #cs-tabs a.video-transcriptLabel:focus, #cs-tabs a.video-transcriptLabel:active {
    padding: 0 0 5px 0;
    border: none;
    border-bottom: 1px solid #2d2d2d;
    background: transparent;
    color: #2d2d2d;
}
@media (width <= 480px) {
    .tab-header {
        overflow-y: scroll;
    }
}
@media (min-width: 769px) {
    .tab-header a {
        font-size: 1.5rem;
    }
}
