﻿.video-card {
    margin: 1rem auto;
    position: relative;
    border-color: steelblue;
}

.video-card-body {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    color: black;
    background-color: white;
    left: 0px;
    text-align:center;
}

.video-card-body-text {
    background-color: white;
    text-decoration: none;
    font-size: 14px;
}
