header > .v-toolbar__content > a:first-of-type {
    height: 100%;
    padding: 8px;
    /*width: fit-content;*/
    > .v-img {
        height: 100%;
        /*width: auto !important;
        aspect-ratio: 1.77734375;*/
        img {
            object-position: left;
            aspect-ratio: 1.77734375;
            width: auto;
        }
    }
}