#lightbox {
    border: 0;
    padding: 0;
    width: min(90vw, 900px);
    max-width: 900px;
    background: #fff;
    color: #000;
    border-radius: 20px;
}
#lightbox .lightbox-title {
    margin: 0;
    padding: 18px 30px 12px;
    font-size: 20px;
    font-weight: 600;
    color: green;
}
.mainpart {
    height: 90%;
    width: 100%;
    white-space: nowrap;
    z-index: 10;
    max-height: 570px;
}
.cvpage {
    height: 100%;
    white-space: normal;
    display: inline-block;
    position: relative;
    float: none;
    margin-left: -2px;
    vertical-align: top;
    overflow: hidden;
    max-height: 570px;
}
.portfoliopart {
    height: 460px;
    outline: 0;
}
