.navbar.navbar-dark::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 243px;
    width: 88px;
    height: 54px;
    background: url('/images/holiday/2026-03Starship-ES.svg') no-repeat 0 0;
}

@media (max-width: 767px) {
    .navbar.navbar-dark::before {
        left: 70px;
    }
}