

.bg-video{
    background-color: var(--bee-cream);
}

.video-title{
    color: var(--bee-dark);
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 15px;
	font-family: 'Cormorant', serif;
}

.video-desc{
	font-family: 'Cormorant', serif;
    color: var(--bee-dark-gray);
}