.table-img-responsive img{
    max-width: 100%; /* Set the maximum width to 100% of their container */
    height: auto;
}

.has-danger {
    color: red !important;
}

.has-danger label {
    color: red !important;
}