.container {
  width: auto;
  height: 334px;
}
.item_container {
  height: calc(334px - 68px);
  width: 100%;
}

@media (max-width: 540px) {
  .container {
    width: auto;
    height: auto;
    margin: 0 .5rem;
    margin-bottom: 1rem;
  }
  .item_container {
    min-height: 309px;
    height: auto;
    width: auto;
    gap: 4px;
    padding: 4px 0;
  }
}
