
.crashboard-2000-description
{
    display: flex;
    flex-direction: column;
}
.crashboard-2000-description .card
{
    width: 400px;
    margin: auto;
    margin-bottom: 20px;
}

.crashboard-2000-gallery
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.crashboard-2000-video video
{
    width: 100%;
    height: 100%;
}

.crashboard-2000-gallery > img
{
    height: 30vh;
    margin: 8px;
}
