 .in img {
  margin:0; padding:0; max-height:300px; height:300px; max-width:300px; width:auto; object-fit:fill; overflow: hidden;
  border: 6px solid #fff; border-radius: 30px; box-shadow: 10px 5px 5px #fff; }
 .in img:hover { border-color:#004F83; box-shadow: 10px 5px 5px #999; }
 .in li { margin-bottom: 4ex; }