.angie-bav-wrapper-4eb3314a {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
.angie-bav-column-4eb3314a {
    flex: 1 1 calc(50% - 10px);
    min-width: 280px;
    display: flex;
    flex-direction: column;
}
.angie-bav-header-4eb3314a {
    margin-top: 0;
    margin-bottom: 15px;
}
.angie-bav-video-container-4eb3314a {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
    background: #000;
    border-radius: 4px;
}
.angie-bav-video-container-4eb3314a iframe,
.angie-bav-video-container-4eb3314a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
