@media screen and (max-width: 992px) {

    .gdpr .cookieImg {
        width: 25px;
        margin-top: 18%;
    }

    .gdpr .accountImg {
        width: 25px;
        margin-top: 18%;
    }

    .gdpr #accountTxt {
        display: none;
        height: 100%;
        top: 142px;
        right: 4%;
        position: absolute;
        z-index: 9999;
        width: 330px;
    }

    .gdpr #cookieTxt {
        height: 100%;
        top: 70px;
        right: 0px;
        position: absolute;
        z-index: 9999;
        width: 330px;
        width: 100%;
    }
    
    .gdpr .btn-accept{
        margin-left:0px;
        margin-top:10px;
    }

    .gdpr ul.nav {
        width:auto;
    }

    .gdpr .nav-tabs>li {
        width: 100%;
        float: left;
        margin-bottom: -1px;
    }

    .gdpr .nav-tabs {
        margin-bottom: 9%;
        border: 0;
        background: #eeeeee;
    }

    .hiddenI {
        display: none;
    }
    .gdpr2{
        top: 5px;
    }
    .gdpr .topContainer{
        padding-bottom:30px;
    }
}