.fl-module-cmi-bb-video .no-video,
.fl-module-cmi-bb-video .disabled .overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.fl-module-cmi-bb-video .no-video.disabled {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.fl-module-cmi-bb-video .overlay {
    display: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.75));
}

.fl-module-cmi-bb-video a.no-video {
    text-decoration: none;
}

.fl-module-cmi-bb-video .border-radius {
    overflow: hidden;
    border-radius: 10px;
}