@import url('base/_base.css');

.content {
  width: 90%;
  margin: 0 auto;
}

.photo__intro {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.photo__download {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}

.photo {
  display: inline-block;
  width: calc(98% / 4);
  height: 220px;
  line-height: 220px;
  text-align: center;
}

.photo a {
  text-decoration: none;
}

.photo img {
  vertical-align: middle
}

.footer__container {
  background-image: url('../images/about/elfasia_footer.jpg') !important;
}
