body {
  direction: rtl;
  text-align: right;
}

#main {
  direction: rtl;
}

.items {
  direction: rtl;
}

/* הופך את כיוון הגריד בלי לשבור אותו */
.items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

/* טקסט על תמונה */
.thumb h2 {
  text-align: center;
}

/* מיקום overlay */
.thumb .image:after {
  left: auto;
  right: 0;
}

.logo {
	max-height: 18px;
	 vertical-align: middle;
}