
.RWD-ALBUM > a{display:inline-block;max-width:24%;height:130px;line-height:100%;text-align:center;}
.RWD-ALBUM > a > img{max-height:130px;}
@media screen and (max-width:750px){
	.RWD-ALBUM > a{max-width:32%;height:130px;}
	.RWD-ALBUM > a > img{max-height:130px;}
}
@media screen and (max-width:580px){
	.RWD-ALBUM > a{max-width:48%;height:140px;}
	.RWD-ALBUM > a > img{max-height:140px;}
}
@media screen and (max-width:429px){
	.RWD-ALBUM > a{max-width:48%;height:105px;}
	.RWD-ALBUM > a > img{max-height:105px;}
}
