.itso-pic-3 {
   width: 275px;
   height: 215px;
   overflow: hidden;
   -webkit-column-width: 275px;
   -moz-column-width: 275px;
   -moz-column-height: 215px;
   column-width: 275px;
   -moz-box-sizing:border-box;
   display: inline-block;
   float: left;
   text-decoration:none;
   padding: 2px;
   text-align: center;
   /*vertical-align: bottom;*/
   max-width: 275px;
   border: 5px solid grey;
   margin-bottom: -5px;
}
.itso-pic-4 {
   /*max-height: 50px;
   max-width: 200px;*/
   height: 25%;
   width: 100%;	       
   object-fit: cover;
   display: block;
   overflow: hidden;
   padding: 0px;
   margin: 0 auto;
   margin-bottom: -12px;
   
   /*vertical-align:bottom;*/
}
