/* Fix modal backdrop full screen coverage (works with zoom & transforms) */
.modal-backdrop {
    position: fixed !important;
    top: -50vh !important;
    left: -50vw !important;
    width: 200vw !important;
    height: 200vh !important;
    margin: 0 !important;
    padding: 0 !important;
}
