
/* .flynn-mascot {
    position: relative;
    height: 20vh;
    overflow: hidden;
} */

.flynn-mascot  {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 75px;
    transition: bottom 1s cubic-bezier(0.58, 0.22, 0.35, 1.68);
}

.flynn-mascot:has(.flynn-pose.flynn_pose_5),
.flynn-mascot:has(.flynn-pose.flynn_pose_6),
.flynn-mascot:has(.flynn-pose.flynn_pose_8) {
    width: 100px;
    height: 95px;
}

.flynn-mascot:has(.flynn-pose.flynn_pose_4) {
    width: 150px;
    height: 100px;
}

.flynn-mascot svg {
    width: 100%;
    height: 100%;
}

@media (min-width:  641px) {
    .flynn-mascot  {
        left: 30%;
    }
}

@media (min-width:  800px) {
    .flynn-mascot  {
        left: 50%;
        width: 120px;
        height: 75px;
    }

    .flynn-mascot:has(.flynn-pose.flynn_pose_5),
    .flynn-mascot:has(.flynn-pose.flynn_pose_6) {
        width: 65px;
        height: 75px;
    }

    .flynn-mascot:has(.flynn-pose.flynn_pose_8) {
        width: 65px;
        height: 90px;
    }

    .flynn-mascot:has(.flynn-pose.flynn_pose_4) {
        width: 100px;
        height: 75px;
    }

    .flynn-mascot:has(.flynn-pose.flynn_pose_1) {
        width: 150px;
        height: 65px;
    }
}