.demo-card {
    background: #2b2b2b;
    margin: 1rem auto;
    max-width: 960px;
    color: #fff;
    display: flex;
}

.demo-video {
    background: #333;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding: 0;
    overflow: hidden;
    margin-right: 2rem;
}

.demo-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.demo-video::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.demo-badge {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: .25rem;
    display: inline-block;
    white-space: nowrap;
}

.demo-badge--wr {
    background: #a0940c;
}

.demo-badge--category {
    background: #9d0000;
}