.left-modal .modal-dialog {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
