.ig-item {
	/* border: 1px solid grey; */
  border-radius: 10px;
  margin: 2px; 
	max-width:30vw;
	padding: 1%;
	padding-bottom: 0;
  background-color: whitesmoke;
}

.container_bo {
  margin-top: 1%;
  margin-bottom: 1%;
}

/* #container_1 {
    position: relative;
    width: 100%;
    max-width: 25vw;
  } */
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
	content:url('../img/play_2.png');
    position: absolute;
    top: 35%;
    height: 30%;
    width: 100%;
    opacity: 0.8;
    transition: 1s ease;
    background-color: lightblue;
  }
  
 /* #container_1:hover .overlay {
    opacity: 0.6;
  } */
  
  .icon {
    color: black;
    font-size: 5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
   

.ig-image {
	max-width:25vw; 
}
.ig-caption {
	font-size :0.8em;
  width: 25vw;
}
.ig-author {
	font-size :0.8em; 
	font-weight:bold; 
}
.ig-data {
	font-size :0.8em; 
	font-weight:bold; 
}
.ig-video{
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ig-video::before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content:url('../img/play_2.png');
    opacity: 0.8;
	  z-index:100;
  }
  
.ig-video:hover::before {
    color: #eee;
  }

