.boxer {
   display: table;
   border-collapse: collapse;
   width:100%;
}
 
.boxer .box-row {
   display: table-row;
   width:100%;
}
 
.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   border: none
}

.boxer .box  img{
   float:left;
}
