li.nav-item > a.nav-link {
    /*color: white !important;*/
    /*font-weight: bold !important;*/
}
ul.navbar-nav > li:last-child > div {
    /*border: 1px solid white !important;*/
}
ul.navbar-nav > li:last-child > div > a {
    /*font-weight: bold !important;*/
    /*color: white !important;*/
}

.categoryImage {
    aspect-ratio: 2 / 1;
}

@media only screen and (max-width: 992px) {
    #kitchenPhoto {
        display: none;
    }
}

#promoVideoContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    width: 300%; /* enlarge beyond browser width */
    left: -100%; /* center */
}

#promoVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}