#video-grid {
    margin-top: 50px;
}

.border {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
}

.border:hover {
    transform: scale(1.05);
}