
.qookies {
    box-sizing: border-box;
    padding: 2px 10px;
    position: absolute;
    width: 80%;
}

.qookies--bottom-right {
    bottom: 20px;
    right: 20px
}

.qookies--bottom {
    bottom: 10px;
    right: 0;
    width: 28%;
}
@media (max-width: 580px) {
    .qookies--bottom {
        width: 60%;
    }
}

.qookies--bottom-left {
    bottom: 20px;
    left: 20px
}

.qookies--top-right {
    right: 20px;
    top: 20px
}

.qookies--top-left {
    left: 20px;
    top: 20px
}

.qookies--centered {
    height: 350px;
    margin-left: -250px;
    margin-top: -175px;
    top: 50%;
    width: 500px
}
