@charset "utf-8";


.photo_title {
  text-align: left;
  font-size: 16px;
  margin-top: 100px !important;
  width: 75%;
  line-height: 1.9em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
.photo_title {
  width: 100%;
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
}
}
