.ala-page-mascot {
    width: var(--ala-mascot-width, 240px);
    pointer-events: none;
    box-sizing: border-box;
    position: relative;
}

.ala-page-mascot--circle {
    border-radius: 50%;
    overflow: hidden;
}

.ala-page-mascot__sprite {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 300% 300%;
    opacity: 1;
    transition: filter 180ms ease-out;
}

.ala-page-mascot__sprite--transition {
    position: absolute;
    top: 0;
    left: 0;
}

.ala-page-mascot--fixed {
    position: fixed;
    z-index: 99999;
}

.ala-page-mascot--bottom-right {
    right: 30px;
    bottom: 20px;
}

.ala-page-mascot--bottom-left {
    left: 30px;
    bottom: 20px;
}

.ala-page-mascot--top-right {
    right: 30px;
    top: 20px;
}

.ala-page-mascot--top-left {
    left: 30px;
    top: 20px;
}