/* Shared Bob Max mascot. */
.bob-section-mascot, .bob-mascot {
    background:transparent;
    border:0;
    box-shadow:none;
    filter:none;
    animation:none;
}
.bob-section-mascot .bob-avatar, .bob-mascot .bob-avatar {
    display:block;
    width:160px;
    height:160px;
    max-width:none;
    object-fit:contain;
    filter:none;
    animation:none;
}
.bob-icon .bob-ia-small .bob-avatar { width:48px; height:48px; display:block; }
@media(max-width:600px) {
    .bob-section-mascot .bob-avatar, .bob-mascot .bob-avatar { width:136px; height:136px; }
}
.bob-section-mascot, .bob-mascot { width:160px; height:160px; flex-shrink:0; }
@media(max-width:600px) { .bob-section-mascot, .bob-mascot { width:136px; height:136px; } }
