.rightlastscenes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145pt, 1fr));
    grid-auto-rows: 80pt;
    grid-gap: 2pt;
    padding: 2pt;
    overflow-y: auto;
    max-height: 350px;
    scrollbar-color: rgb(37, 124, 224) rgb(126, 196, 243);
    scrollbar-width: none;
}
.rightlastscenes::-webkit-scrollbar {
    width: 2px;
}
.rightlastscenes::-webkit-scrollbar-track {
    background: rgb(126, 196, 243);
}
.rightlastscenes::-webkit-scrollbar-thumb {
    background-color: rgb(37, 124, 224);
    border-radius: 20px;
}
.rightlastscenes li {
    width: 100%;
    height: 100%;
    position: relative;
}
.rightlastscenes a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.rightlastscenes a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.rightlastscenes .scene-models-list {
    margin-bottom: auto;
    margin-left: auto;
    position: relative;
    pointer-events: auto;
}
.rightlastscenes .scene-models-list > ul {
    position: absolute;
    right: 2pt;
    white-space: nowrap;
    background-color: rgba(200, 200, 200, 0.8);
    color: #000000;
    padding: 3pt;
    box-shadow: 0 0 6pt 1pt rgba(0, 0, 0, 0.7);
    border-radius: 2pt;
}
.rightlastscenes .scene-models-list:hover {
    color: #555555;
}
.rightlastscenes .scene-models-list:hover > ul {
    display: block;
}

#screenshot{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}

.list-rightlastscenes .badges {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    padding: 2pt;
    font-size: 10pt;
    pointer-events: none;
}
.list-rightlastscenes .badges span {
    display: inline-block;
    background-color: rgba(200,200,200,0.8);
    padding: 2pt;
    border-radius: 2pt;
}
.list-rightlastscenes .badges div {
    margin-top: 2pt;
}