.col {
  float: left;
  text-align: center;
  width: 33.33%;
  padding: 5px;
}

.col img {
  width: 330px;
  height: 246px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
} 
