.modal-lg {
    background-color: #1d112e;
    background-image: linear-gradient(to right, rgba(0,0,0,.5) 0%, rgba(0,0,0,.0001) 20%, rgba(0,0,0,.0001) 80%, rgba(0,0,0,.5) 100%);
    border-radius: 16px;
    position: fixed;
    top: 10%;
    left: 10%;
    height: 80%;
    max-height: 80%;
    width: 80%;
    max-width: 80%;
    z-index: 11;
}
.modal-content {
    background: none;
    height: 100%;
    width: 100%;
}
.modal-content img {
    display: flex;
    border-radius: 16px;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

/*.zoomedPic {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 24px;
}

.zoomedPic img {
    max-width: 100%;
    max-height: 90%;
}*/
