@media screen and (max-width: 480px){
.grid figure {
position: relative;
float: left;
overflow: hidden;
margin: 14px 1.1%;
max-height: 280px !important;
width: 100% !important;
height: auto;
background: #0c0c0c;
text-align: center;
cursor: pointer;
}
}
