.m2 {margin:2px;}

.other_link {text-decoration:none; color:inherit;}
.other_link:active .other_img {transform: scale(0.98); opacity: 0.8;}
.other_img {margin:0px; padding:0px; border-radius:5px; border:1px solid #B0BCC2; transition: border-color 0.3s ease, transform 0.3s ease; }
.other_pic_list {margin-bottom:15px; margin-left:0px; margin-right:0px; margin-top:15px;}

@media (hover: hover) {
.other_link:hover .other_img {
box-shadow:0 0 5px rgba(160, 160, 160, 0.8);   
border-radius:5px;
transform: translateY(-3px); 
}

}