#div {
  text-align: justify;
  font: 600 14px/12px "Roboto", sans-serif;
  
  -moz-text-align-last: justify; text-align-last: justify;
}
#div figure {
  display: inline-block;
  margin: 10px 10px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1); 
  vertical-align: top;
  
}
#div img, #div figcaption {
  display: block;
  margin: 1px auto;
  text-align: center;
  -moz-text-align-last: center; text-align-last: center;
}
#div img {
  max-width: 210px;
}
#div figcaption {
  width: 210px;
}
@media (max-width: 440px) {
  #div {
    text-align: center;
    -moz-text-align-last: center; text-align-last: center;
  }
  #div figure {
    display: block;
  }
  #div img {
    max-width: auto;
  }
  #div figcaption {
    width: auto;
  }
}
.block_cen {
    position: relative;
}

.center {
    position: absolute;
    left: 20%;
    top: 40%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: red; /* Красный цвет символов */ 
    font-size: 400%; /* Размер шрифта в процентах */ 
    font-family: serif; /* Шрифт с засечками */ 
    /*text-shadow: 0.8em 0.1em 0.2em white; */
    text-shadow:3px 3px 10px white,-3px -3px 10px white;
}

/*
img { 
    width: 100%;
    height: auto;
    opacity: 0.3;
}
*/