IMG.album{
width:30%;
margin:7px;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
margin-bottom:9px;
border-radius: 2px; 
-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
}


@media only screen and (max-width : 799px) {
IMG.album{width:90%;}
}