    .component_menubar:before {
        content: url('https://eyepin.com/wp-content/uploads/2022/09/eyepin_black_600px.png');
        display: flex;
        margin: 0 auto 10px; /* Center the logo horizontally and add margin below it */
        max-height: 80px; /* Limit the maximum height of the logo */
        height: 80px;
        width: 280px;
        padding: 15px;
    }
.component_icon[alt="info"],
.component_icon[alt="fullscreen"] {
    display: none;
}