:host {
  display: block;
}
:host .items {
  display: flex;
  flex-wrap: wrap;
}
:host .items ftb-post-preview,
:host .items ftb-game-photo-preview,
:host .items ftb-image-tile {
  flex: 1;
  min-width: 236px;
  max-width: 349px;
  height: 143px;
  margin: 2px;
  padding: 2px;
  background-color: var(--card-bg-color);
  background-image: var(--card-bg-image);
  background-size: cover;
  background-position: 0% top;
}
:host .items ftb-image-tile .title {
  font-size: 14px;
}