﻿.svb-video-div { 
    border: 1px solid #3a3a3a;
    padding: 2px;
}

.svb-video {
    max-width: 768px;
    height: auto;
    width: 100%;
    background-color: white;
}

.slide {
    height: 80px;
    background-color: #0095db;
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer; 
    border: none;
}

.slide-category {
}

.slide-category-name {
    padding: 2px 5px;
    background-color: white;
    color: #0095db;
    font-size: 14px;
    line-height: 14px;
}

.slide-name {
    margin-top: auto;
    font-size: 16px;
    line-height: 16px;
}

.video-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #0095db;
    margin-bottom: 10px;
    margin-left: 4px;
}
