.kk_banner {
object-fit: cover;
pointer-events: none
}
@media (max-width: 900px) {
.kk_banner {
height:150px
}
}
.userBanner,.userBanner.userBanner--staff {
display: inline-block;
min-height: 20px;
padding: 1px 7px;
border-radius: 14px;
border: none;
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0...