#eu_cookiebox {
        display: block;
        z-index: 100;
        position: fixed;
        bottom: 0px;
        min-height: 30px;
        padding: 5px;
        margin-left: 70%;
        width: 150px;
        color: #000;
        border: 1px solid black;
        border-bottom: none;
        background-image: url(banner.jpg);
        text-align: center;
}
@media screen and (max-width:720px) and (min-width: 480px) {
                                                           .cookie {font-size: 10px;
 }
}
@media screen and (max-width:1150px) and (min-width: 720px) {
                                                           .cookie {font-size: 12px;
 }
}
@media screen and (max-width:1950px) and (min-width: 1150px) {
                                                           .cookie {font-size: 14px;
 }
}