body {
    font-family: Arial;
    background: #f5f5f5;
    padding: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(385px, 1fr));
    gap: 20px;
}

.video-card {
    background: white;
    padding: 10px;
    border-radius: 8px;
}

.date {
    font-size: 0.9em;
    color: #777;
}
.summary {
    font-size: 0.95em;
    color: #333;
    margin: 10px 0;
    line-height: 1.35;
}
.video-title {
	margin-bottom:10px;
	font-size:20px;
}
.video-meta {
	margin-bottom:2px;
	font-size: 0.8em;
    color: #333;
}
.video-iframe {
    width:100%;
    height:225px;
}
