.ig_showcase {
  position: relative;
  display: block;
  padding: 0;
  margin: 10px 0;
}
.ig_showcase:before, .ig_showcase:after {
    clear: both;
    content: " ";
	display: table;
}
.ig_showcase:before {
    content: " ";
    display: table-cell;
}
.ig_showcase img.responsive {
    margin-left: auto;
    margin-right: auto;
    padding:10px;
}
.ig_showcase img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ig_showcase a .stats {
  font-size: 1em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
.ig_showcase a .stats span {
  position: relative;
  top: calc(42%);
}
.ig_showcase a:hover .stats {
  opacity: 1;
}
.ig_showcase span.likes, .ig_showcase span.comments {
	width: 50%;
}
.ig_showcase span.caption {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: calc(100% - 30px);
}
.ig_showcase span.likes + span.comments {
    margin-left: 10px;
}

/** GRID customs **/
.ig_showcase .grid1,
.ig_showcase .grid2,
.ig_showcase .grid3,
.ig_showcase .grid4,
.ig_showcase .grid5,
.ig_showcase .grid6,
.ig_showcase .grid7,
.ig_showcase .grid8,
.ig_showcase .grid9,
.ig_showcase .grid10{
    position: relative;
    min-height: 1px;
	padding: 0;
}

.ig_showcase .grid1{
	width: 100%;
	float: left;
}
.ig_showcase .grid2{
	width: 50%;
	float: left;
}
.ig_showcase .grid3{
	width: 33.3%;
	float: left;
}
.ig_showcase .grid4{
	width: 25%;
	float: left;
}
.ig_showcase .grid5{
	width: 20%;
	float: left;
}
.ig_showcase .grid6{
	width: 16.6%;
	float: left;
}
.ig_showcase .grid7{
	width: 14.2%;
	float: left;
}
.ig_showcase .grid8{
	width: 12.5%;
	float: left;
}
.ig_showcase .grid9{
	width: 11.1%;
	float: left;
}
.ig_showcase .grid10{
	width: 10%;
	float: left;
}

@media (max-width: 991px) {
    .ig_showcase  .grid {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .ig_showcase  .grid {
        width: 100%;
    }
}
