.cookiesbox___ {
    bottom: 0;
    right: 0;
    width: 300px;
    height: 200px;
    border: 0px solid black;
    z-index: 8950;
    position: fixed;
    background-color: rgba(0, 132, 212, 0.66);
    display: block;
}

.cookiesbox {
    bottom: 10px;
    right: 10px;
    width: 200px;
    height: 200px;
    border: 0px solid black;
    z-index: 8950;
    position: fixed;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    display: none;
}

.cookiesbox:hover {
    opacity: 1.0;
}

.cookiesbox img {
    width: 100%;
    height: auto;
    overflow: hidden;
}