@media (min-width: 992px) {
  .modal-lg {
    max-width: 550px !important;
  }
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem 1rem 1rem 1rem !important;
}
.modal-header {
    border-bottom: none !important;
}
.modal-header {
    padding: 1rem 1rem 0rem 1rem !important;
}
.fixed-img-container {
    width: 100%;
    height: 300px; /* You can adjust this height as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3; /* optional background */
}

.fixed-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
