.fancybox__backdrop {
    opacity: 0;
}

#prototyping-dialog-content {
    background: black;
    border: 6px solid white;
    padding: 12px 48px;
}

#prototyping-dialog-content p {
    color: white;
    margin: 24px 0 32px 0;
    text-align: center;
    font-size: 20px;
}

#prototyping-dialog-content img {
    margin-bottom: 128px;
    padding: 0 32px;
}

.f-button.is-close-btn {
    background: black;
    border-radius: 100%;
    border: 1px solid white;
    width: 25px;
    height: 25px;
    padding: 4px;

}