﻿.anons-item{
    display:inline-block;
    position:relative;
    margin-right:4px;
    margin-bottom:4px;
    border:2px solid white;
    width:300px;
    border-radius:4px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    overflow:hidden;
}
.anons-item span{
    display:block;
    position:absolute;
    bottom:0;
    z-index:90;
    left:0;
    right:0;
    height:30px;
    background-color:black;
    opacity:0.6;
    color:white;
    padding-left:5px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:30px;
}
.anons-item a img{
    transition: all 0.3s linear;
    width:100%;
    margin-bottom:-4px;
}
.anons-item a img:hover{
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
}
@media only screen and (max-width: 800px){
    .anons-item{
        width:280px;
    }
}
@media only screen and (max-width: 768px){
    .anons-item{
        width:220px;
    }
}
@media only screen and (max-width: 667px){
    .anons-item{
        width:290px;
    }
}
@media only screen and (max-width: 600px){
    .anons-item{
        width:220px;
    }
}
@media only screen and (max-width: 414px){
    .anons-item{
        width:180px;
    }
}
@media only screen and (max-width: 384px){
    .anons-item{
        width:300px;
    }
}