.navbar-brand img {
    width: 45px; /* 너비는 자동으로 조절 */
    height: 45px; /* 높이는 자동으로 조절 */
}

img[alt=test1] { width: 300px; }
