.thumbnail {
margin-bottom:0;
}
.item-desc {
background-color: rgba(0, 0, 0, 0.5); bottom: 45px;
color: white;
display: block;
font-weight: 300;
left: 2rem;
padding: 8px;
position: absolute;
right: 2rem;
text-align: center;
text-transform: capitalize;
}
.item-position {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 5px;
color: white;
display: block;
font-weight: 300;
position: absolute;
text-align: center;
text-transform: uppercase;
bottom: auto;
left: 2rem;
padding: 0px 11px;
right: auto;
top: 2rem;
padding-bottom: 0px;
padding-top: 0px;
} .snipv12  i {
position: absolute;
top: 40%;
right: 42%;
font-size: 30px;
line-height: 0em;
opacity: 0;
-webkit-transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}
.snipv12 i,
.snipv12 i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity:1;
} @media screen and (max-width: 480px) {
.simplefilter li, .sortandshuffle li {
margin-bottom:12px;
}
}
@media screen and (max-width: 480px) {
.item-desc { padding: 4px;
font-size: 14px;
}
}
@media screen and (max-width: 480px) {
.item-position {
top:2rem;
left:2rem;
padding:0px 9px;
}
}