@media only screen and (min-width: 768px) {
    #cookies-agreement .cookies-notify {
        max-width: 1000px;
        width: calc(100% - 220px);
    }
}

@media only screen and (max-width: 479px) {
    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
        width: calc(100% - 30px) !important;
        margin: 0 auto;
        left: 0 !important;
        right: 0;
        position: fixed;
    }

    .ui-widget-overlay {
        position: fixed !important;
    }
}