a {
    text-decoration: none;
    color: #000;
}

a:hover {
    background-color: #c0e6f7;    
}

.video-content-div {
    padding: 5%;
    padding-top: 2%;
    background-color: black;
}

.video-content-carousel {
    background-color: black;
    height: 550px;
}

.video {
    position: relative;
    height: 100%;
    width: 70%;
    aspect-ratio: 16 / 9;
}

.column-container {display: flex; width: 100%; height: 100%; flex-direction: row; overflow: hidden; padding: 30px;}
.row-container {display: flex; width: 100%; height: 100%; flex-direction: column; overflow: hidden; padding-left: 30px; padding-right: 30px;}


.video-description {
    overflow-y: auto;
    height: 530px;
    padding: 30px;
    padding-top: 0;
    width: 30%;
}

.video-thumbnail {
    height: auto;
    width: 320px;
    border: 2px solid black;
    border-radius: 10px;
}

.video-list-description {
    overflow-y: auto;
    height: 179px;
}