li > a:hover {
    text-decoration: none;
}
.left {
    flex: 3;
    font-size: 1.6rem;
    font-weight: bolder;
    font-family: "NeueMontreal", sans-serif;
    min-width: 495px;
    li {
        list-style: none;
        opacity: .25;
    }

    li.active {
        opacity: 1;
    }

    li:hover {
        opacity: 1;
    }
}

.right {
    flex: 7;
    padding-left: 3%;
}

div.header {
    color: #000000;
}
video {
    width: 100%;
}

.video {
    display: none;
}

ul.sub-category {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    padding-left: 49px;
    li {
        list-style: disc;
    }
}



@media (max-width: 820px) {
    .right {
        display: none;
    }

}
