.video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.video-item {
    margin: 10px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (responsive) */
    overflow: hidden;
}

.video-item video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.short-videos {
    margin-top: 80px;
    margin-bottom: 80px;
}

.short-videos-title {
    margin-top: 100px;
    margin-bottom: 100px;
}