.videoExample {
    height: 300px;
    background-color: #eee;
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.videoExample img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
