.col1 {
  position: relative;
  display: block;
  padding: 0px;
  width: 33.333333%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.col1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.col1 .info {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  padding: 10px !important;
  background-color: rgba(0, 0, 0, 0.50);
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.boxinfo {	
	display: table;
    height: 100%;
}

.boxinfocontent {	
	vertical-align: middle;
    display: table-cell;
}
.col1:hover .info {
  opacity: 1;
  visibility: visible;
}
#feed {
  margin: 0px;
  border-radius: 0;
  width: 100%;

}
#feed img {
  display: block;
  margin: 0;
  width: 100%;
  border-radius: .5rem;
}
#feed:after {
  display: block;
  content: '';
  clear: both;
}
