
@media all {
    .display {
        display: block !important;
    }

    #cookiebanner {
        box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, .5);
        display: none;
        overflow: hidden;
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        padding: 10px;
        right: 0;
        width: 98%;
    }

    #cookiebanner .content-inner-container {
        display: flex;
        flex-direction: row;
    }

    #cookiebanner .content-inner-container .banner-content-data {
        width: 97%;
    }

    #cookiebanner .content-inner-container .banner-content-data .banner-title h3 {
        margin: 10px 0;
        text-transform: uppercase;
    }

    #cookiebanner .content-inner-container .banner-content-data .banner-content p {
        margin: 5px 0;
    }

    #cookiebanner .content-inner-container .banner-content-data .banner-content .link {
        text-decoration: underline;
    }

    #cookiebanner .content-inner-container .banner-button {
        align-items: center;
        display: block ruby;
        justify-content: center;
        margin: 0;
        width: 15%;
    }

    #cookiebanner .content-inner-container .banner-button .button-accept .button-disallow {
        padding: 10px 25px;
        text-transform: uppercase;
    }
}


@media (max-width:768px)  {
    #cookiebanner {
        bottom: 15px;
        left: 15px;
        right: 15px;
        width: auto;
    }

    #cookiebanner .content-inner-container {
        display: block;
        text-align: center;
    }

    #cookiebanner .content-inner-container .banner-content-data {
        width: 100%;
    }

    #cookiebanner .content-inner-container .banner-button {
        display: block;
        margin: 10px 0 0 0;
        width: 100%;
    }
}
