@media screen and (max-width: 600px) {
        
    #CybotCookiebotDialog.CybotMultilevel {
        transform: translate(-50%, -3em);
    }

    #CybotCookiebotDialog.CybotMultilevel #CybotCookiebotDialogTabContent {
        max-height: 30vh;
    }

    #CybotCookiebotDialog.CybotMultilevel #CybotCookiebotDialogBody > .CybotCookiebotScrollContainer {
        max-height: none;
        min-height: auto;
        height: auto;
    }

    #CybotCookiebotDialog.CybotMultilevel #CybotCookiebotDialogBody .CybotCookiebotFader {
        display: none;
    }


    @media screen and (max-height: 880px) {
        #CybotCookiebotDialog.CybotMultilevel {
            transform: translate(-50%, -6em);
        }
    }

}