body { padding-top: 80px; }
footer { padding-top: 40px; font-size: 12px; }

.screenshots img { cursor: pointer; }
#streams_list { max-height: 1200px; max-height: 1255px; max-height: 1790px; overflow: auto; text-align: center; background-color: #1a1d20; padding: 10px 0px; }
#streams_list a { text-decoration: none; display: block; }
#streams_list .nobody {
    text-align: center;
    background: rgba(0,0,0,0.5);
    line-height: 1500%;
}
#streams_list li { margin-bottom: 5px; }

.preview {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

#gamesplayed a img {
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
}
#gamesplayed:hover a {
    opacity: 0.6;
}
#gamesplayed:hover a:hover {
    opacity: 1;
    z-index: 9001;
    position: relative;
}
#gamesplayed:hover a:hover img {
    transform: scale(1.5);
}
