
.item-instagram ,.item-box-title{
  float: left;
}

#ves-instagram .row{

}

.ves-instagram .grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.ves-instagram .grid li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  height: 250px;
  border-radius: 3px;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.ves-instagram .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  z-index: 1;
}

.instagram-content {
  padding: 20px 8px 8px;
  width: 100%;
  height: 170px;
  z-index: 0;
}

.instagram-comment {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 150px;
  overflow: hidden;
}

.instagram-content > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}

.instagram-content > .instagram-avatar {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}

/**********Css for Hover**********/

.instagram-content-hover {
  padding: 100px 8px 8px;
  position: absolute;
  background: #edeff0;
  width: 150px;
  height: 150px;
  z-index: 0;
}

.instagram-comment-hover {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 88px;
  overflow: hidden;
}

.instagram-content-hover > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}

.instagram-avatar-hover {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}