.card{
    border-radius: 5px;
    margin: 2rem 0;
    padding: 2rem 0;
    border: .25px solid lightgrey;
}
.reclaim-width{
    margin: 0 -1rem;
}
.container .video {
    display: flex;
    justify-content: center;
}  
.stripe{
    background-color: lightgrey;
}
iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
