.img-responsive {
    width: 100%;
}

/* в файле header.php логотип картинку тоже растянуть до width:100% надо */
.ai-logo {
    width: 100%;
}

.mobile-search-form {
    width: 100;
}

.mobile-search-form form {
    width: 100%;
}

.mobile-search-form form input.input-lg {
    width: 100%;
}

.breadcrumb-item>a {
    color: black !important;
}

.avatar_icon>img {
    object-fit: cover;
}