.projects {
    padding: 150px 5% 50px 5%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.projects > div {
    background-color: #e3e3e3;
    width: 50vw;
    border-radius: 15px;
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;

    margin-bottom: 50px;
}

div > video {
    margin-bottom: 15px;
    width: 75%;
    height: 75%;
}