stream-item > .app
{
   display: none;
}
stream-item > .app:visited
{
   color: #2C2C2C;
}

@media screen and (min-width: 744px)
{
   stream-item > .app
   {
      position: relative;
      margin-left: auto;
      margin-top: 60px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 318px;
      height: 284px;
      border-radius: var(--kl-border-radius);
      overflow: hidden;
   }
   stream-item > .app > img
   {
      width: 318px;
      height: 284px;
      object-fit: cover;
      object-position: -60px;
   }
   stream-item > .app > .description
   {
      position: absolute;
      right: 0;
      top: 20px;
      width: 180px;
      height: 244px;
   }
   stream-item > .app > .description > .title
   {
      height: 63px;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
   }
   stream-item > .app > .description > .store
   {
      height: 41px;
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
   }
   stream-item > .app > .description > img
   {
      width: 112px;
      height: 106px; 
      margin-top: 20px;
      border-radius: var(--kl-border-radius);
   }
}

@media screen and (min-width: 1440px)
{
   stream-item > .app
   {
      width: 546px;
      height: 347px;
      margin-right: 70px;
   }
   stream-item > .app > img
   {
      width: 546px;
      height: 347px;
   }
   stream-item > .app > .description
   {
      position: absolute;
      right: 100px;
      top: 50px;
      width: 180px;
      height: 244px;
   }
}