.sorting-hat {
    width: 150px;
    height: auto;
    filter: drop-shadow(var(--drop-shadow-sm));

    @media (min-width: 768px) {
        opacity: 1;
        position: relative;
        width: 150px;
        height: auto;
        margin: -50px 0;
        transform: translateY(10px);
    }
}