.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 #1b1b1b; transition: border-color 0.3s ease, transform 0.3s ease; }
.other_pic_list {margin-bottom:20px; margin-left:0px; margin-right:0px; margin-top:18px;}

@media (hover: hover) {
.other_link:hover .other_img {
box-shadow:0 0 15px rgba(240, 70, 62, 0.3);   
border:1px solid rgba(240, 70, 62, 0.7);
border-radius:5px;
transform: translateY(-3px); 
}

}