.item > img {
    width: 100%;
    height: auto;
    display:block; /* to get rid of the whitespace */
}
.label {
        
        
    
    padding: 0 1rem;
    margin: 0;
    color: white;
    background-color: hsla(0, 0%, 0%, 0.48);
    height: var(--line);
    /* margin-top: var(--move);
    position:relative; */
        
    -webkit-transform: translateY(var(--move));
        
    transform: translateY(var(--move));
    margin-bottom: var(--move);
        
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
th.sorting {
}


    

div.container.style1 {

   
}


    

.style1 {
}