﻿.video-card {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.video-thumb {
    flex: 0 0 330px;
    padding: 4pt 0 4pt 8pt;   /* góra | prawo | dół | lewo */
}

.video-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.video-info {
    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 25px;
}

.video-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.video-author {
    font-size: 10pt;
    color: #555;
}