.uc-fasie-logo {
    position: relative;
}
.uc-fasie-logo::after {
    display: block;
    content: " ";
    position: absolute;
    width: 120px;
    aspect-ratio: 16/9;
    background: url(https://static.tildacdn.com/tild3265-6634-4234-b639-633738333931/fsie.svg) no-repeat center;
    background-size: contain;
    top: 20px;
    right: 20px;
    z-index: 1;
}