.videos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video {
    width: 25rem;
    height: 14rem;
    margin: 0 0 1.25rem 0;
}