.frontify-container{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.frontify-chooser-iframe{
    border: none;
    outline: none;
    border-radius: 5px;

    width: 80%;
    height: 80%;
    box-shadow: 0 1px 80px 8px rgba(0,0,0,.4);
}

