.logo-img {
    width: 200px;
    transition: width 0.3s ease;
}

.is-sticky .logo-img {
    width: 150px;
}