/*
* Mixed Panel Card - F01
*/

.bc-pattern-family--cards-mixed-panel-f01 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.bc-pattern-family--cards-mixed-panel-f01 > .bc-card-media,
.bc-pattern-family--cards-mixed-panel-f01 > .bc-flex {
    flex: 1 1 320px;
    min-width: 0;
}

/*
* Media
*/

.bc-pattern-family--cards-mixed-panel-f01 > .bc-card-media {
    display: flex;
}

.bc-pattern-family--cards-mixed-panel-f01 > .bc-card-media figure {
    margin: 0;
    width: 100%;
    height: 100%;
}

.bc-pattern-family--cards-mixed-panel-f01 > .bc-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

