.video {
    position: relative;
    width: 100%;
    height: 0;
}

.video-container-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnail-container {
    height: 150px;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.card-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.card-title {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-text-row {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.left, .right {
    display: inline-block;
}
  
.frame {
    display: flex;
    justify-content: space-between;
}
