.gmig-ig-item {
	    display: inline-block;
	    padding-right: 5px;
	    padding-left: 5px;
	    box-sizing: border-box;
	    text-align: center;
	        width: 20%;
	            float: left;
	            margin-bottom: 10px;
	}
	.gmig-ig-item a {
	    display: inline-block;
	    width: 100%;
	    position: relative;
	    text-align: center;
	    float: left;
	}
	.gmig-ig-item a img {
	    margin: auto;
	    max-width: 100%;
	    float: left;
	}
	.gmig-ig-likes-comments {
	    position: absolute;
	    top: 45%;
	    z-index: 9;
	    width: 100%;
	    color: #fff;
	    left: 0px;
	    -webkit-transition: all .5s ease;
	    transition: all .5s ease;
	    opacity: 0;
	    line-height: 20px;
	    font-size: 18px;
	    text-align: center;
	}
	.gmig-ig-item a:hover .gmig-ig-likes-comments {
	    opacity: 1;
	}
	.gmig-ig-item a:after {
	    content: "";
	    left: 50%;
	    top: 50%;
	    width: 0px;
	    height: 0px;
	    position: absolute;
	    z-index: 8;
	    transition: all .3s ease;
	    opacity: 0;
	    margin: 0%;
	}
	.gmig-ig-item a:hover:after {
	    background: #e44865;
	    width: 100%;
	    height: 100%;
	    opacity: 0.5;
	    left: 0px;
	    top: 0px;
	}
	.gmig-ig-likes-comments>span {
	    padding: 0px 5px;
	}
	.gmig-ig-likes-comments svg {
	    width: 16px;
	    height: 16px;
	}
	@media only screen and (max-width: 767px) {
	  .gmig-ig-item {
	  	width: 33.33%;
	  }
	}
	@media only screen and (max-width: 640px) {
	  .gmig-ig-item {
	  	width: 50%;
	  }
	}