.fig-container {
  width: 100%;
  text-align: center;
}

.fig {
  display: inline-block;
  vertical-align: top;
  margin: 1em;
  text-align: center;
}

.fig img {
  width: 210px;
}

.fig-caption {
  margin: 0.5em 0;
}

section#movie-digest .desc {
  text-align: center;
}

section#movie-digest .desc strong {
  font-size: 1.2em;
  display: inline-block;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

section#movie-digest .desc strong span {
  display: inline-block;
}

section#movie-digest .desc .movie .properties {
  margin-top: 0.5em;
}

@media screen and (min-width: 480px), print{

.fig img {
  width: 270px;
}
}

@media screen and (min-width: 900px), print{
.fig img {
  width: 390px;
}

#fig-rui img {
  width: 270px;
}
}

