.t282__container {
    width: 15%;
    z-index: 990;
    position: fixed;
    top: 0;
    /* right: 0px; */
    /* left: 0; */
    /* transform: translate3d(0, 0, 0); */
    justify-self: right;
}
.t282_opened .t282__container {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: -webkit-fill-available;
}