.slider_img {
  width: 620px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
/* تكبير حجم اللوجو */
.navbar-brand img{
    max-height: 80px !important;   /* عدّل الرقم حسب ما تحب */
    width: auto !important;
}

/* للموبايل حجم أنسب */
@media (max-width: 767px){
    .navbar-brand img{
        max-height: 55px !important;
    }