.tcgelements-pages-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  z-index: 20;
  perspective: 1000px;
  .img {
    position: relative;
    height: 400px;
    width: 33.3%;
    padding: 0 15px;
    margin-top: 30px;
    transition: inherit;
    transform-style: preserve-3d;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }
  }
}