.blb-fvp-lock {
    overflow: hidden;
}

.blb-fvp-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.blb-fvp-overlay.is-visible {
    display: flex;
}

.blb-fvp-modal {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blb-fvp-close {
    align-items: center;
    background: #111;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 28px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
    z-index: 2;
}

.blb-fvp-media-wrap {
    line-height: 0;
    text-align: center;
}

.blb-fvp-media {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.blb-fvp-actions {
    padding: 20px;
    text-align: center;
}

.blb-fvp-button {
    background: #111;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    padding: 14px 28px;
    text-decoration: none;
}

.blb-fvp-button:hover,
.blb-fvp-button:focus {
    color: #fff;
    opacity: 0.88;
}

@media (max-width: 600px) {
    .blb-fvp-overlay {
        padding: 14px;
    }

    .blb-fvp-actions {
        padding: 16px;
    }

    .blb-fvp-button {
        display: block;
        width: 100%;
    }
}
