.feature-desc {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../../images/liveface/iPhone-facial-mocap-iphone-feature.jpg);
    min-height: 28vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.feature-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../../images/liveface/wireframegraphic-bg.jpg);
    min-height: 36vw;
    display: flex;
    align-items: center;
}

.block-label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(125, 125, 125, 0.8);
    font-family: 'Roboto', sans-serif;
    font-size: calc(1.0764262648008611vw + 3.332615715823466px);
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    position: absolute;
    padding: 5px;
    top: 1vw;
    left: -24%;
    width: 70%;
    height: calc(0.9375vw + 32px);
    padding-bottom: 5px;
    transform: rotate(-36deg);
}

.rl-svg-icon.liveface {
    max-width: 85px;
}

.rl-svg-icon.liveface.profile {
    fill: #82be0f;
}

.rl-svg-icon.liveface.app {
    fill: #ef5b1a;
}

@media (max-width: 991px) {
    .feature-desc,
    .feature-content {
        background-image: none;
        min-height: auto;
    }

    .block-label {
        top: 4vw;
        font-size: 16px;
    }
}
