.photoTitle {
  display: flex;
  justify-content: space-between;

  & + img {
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    min-height: 100px;
    background: #e0e0e0;
    display: inline-block;
    overflow: hidden;
  }
}

.photoDescription {
  margin-top: 14px;
}
