.item-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  
}

.item-group-item {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom:3%;

    
}

.item-group.oneCol .item-group-item {
  width: 100%;
   position: relative;
   overflow:hidden;  
  }

.item-group.twoCol .item-group-item {
  width: 21%;
  height: 28vh;
  position: relative;
  overflow:hidden;  

  margin-right: 4%;

}

.item-group.threeCol .item-group-item {
  position: relative;
  overflow:hidden;  
  width: 16%;
  height: 20vh;

  margin-right: 4%;
 
}

.item-group-item .item-img {
    width: 95%;
    float: left;
    display: inline;

}

.item-img img {
    width: 95%;
    height: 95%;
    object-fit: cover;
    object-position: center center;
    
}

.item-description {
    display: inline;
}
