.smi-item-list {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.smi-bl-title {
    margin-bottom: 5px;
    min-height: 70px;
}

.smi-bl-video {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.smi-bl-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}