#modalTriggerPreview {
    /* top | horizontal | bottom */
    /*margin: -20px 10% 50% !important;*/
    /*width: 55vw;
    min-height : 50vh;
    max-height : 70vh;*/

    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0);
    padding: 0;
    max-height: 70%;
    width: 55vw;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

#modalContentPreview {
    margin: 0 !important;
    width: 100%;
    min-height: 100%;
}

h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}





@media screen and (max-width: 1130px){
    .modal-content {
        margin-left: auto !important;
    }
}