/* Enter Your Custom CSS Here */
.site-branding-home {
    position: fixed;
    top: 20px;
    right: 20px;
    width: auto;
    max-width: 300px;
    max-height: 300px;
}
.site-branding {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    max-width: 300px;
    max-height: 300px;
    z-index: 9;
}