/* تكبير شعار سيليا فقط */
.navbar-brand img {
    height: 120px !important;
    max-height: 120px !important;
    width: auto !important;
}

/* للجوال */
@media (max-width:768px){
    .navbar-brand img{
        height: 150x !important;
        max-height: 150px !important;
    }
}