body {
	background-color: black;
	font-family: "Arial", sans-serif;
	background: #000000 no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

video {
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}

figure {
  font-family: Arial;
  font-size: small;
}

.container {
  /* IMPORTANTE */
  text-align: center;
}

.unit {
  /*padding: 5px;*/
  padding: 5px;
  margin: 5px;
  
  /* IMPORTANTE */
  display: inline-block;
}


