.img-fluid {
    max-width: 100%;
    height: auto;
}
.modal-backdrop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9998;
}
.modal-backdrop.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    background-color: #fff;
}
.modal-content {
	display: flex;
    justify-content: center;
}
.modal-footer {
    display: flex;
    justify-content: center;
}