.item-col{
  width: 50%;
  overflow: hidden;
  padding-left: 2px;
  padding-right:4px;
}
.col-img{
  overflow: hidden;
  padding-left: 4px;
  padding-right: 2px;

}
.col-img:nth-child(-n + 2){
  padding-bottom: 4px;
}
.image-grid{
  height: 330px;
  overflow: hidden;
}
.image-grid img{
  height:304px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.image-grid .small img{
  height: 150px;
  overflow: hidden;
}
.media-panel{
  position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    line-height: 36px;
    padding: 0;
    bottom: 34px;
    margin-bottom: 12px;
    margin-left: 16px;
    height: 37px;
    z-index: 1;
}
.media-panel .media-total:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.media-panel .media-total{
    font-size: 14px;
    font-weight: 500;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    gap: 4px;
    width: auto;
    margin-right: 1px;
    border-radius: 0;
    background: black;
}
.media-total p{
  line-height: 1;
}
@media (max-width: 484px) {
  .media-panel{
    bottom: 0px;
  }
  .vrsn-in .vrsn-img {
    height: 230px;
    width: 50%;
    border-radius: 0;
  }
  .vrsn-in.d-flex {
    flex-direction: row;
    height: 8rem;
  }
}
