.bc-title-images{
width: fit-content;
height: fit-content;
}
.bc-title-images__wrapper{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bc-inline-div{
margin-block: 0px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: fit-content;
}
.bc-inline-img,
.bc-inline-div video{ border-radius: 15px; width: 100px; height: 65px; background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
margin: 0 14px; }
.bc-inline-span div{
display: inline;
}