body {
  height            : 500px;
  background-image  : url('../img/bg_film.jpg');
  background-repeat : no-repeat;
  background-size   : 950px 600px;
}

.container {
  margin-top             : 100px;
  width                  : 100%;
  display                : flex;
  display                : -moz-flex;
  display                : -o-flex;
  display                : -webkit-flex;
  display                : -ms-flex;
  flex-direction         : row;
  -moz-flex-direction    : row;
  -o-flex-direction      : row;
  -webkit-flex-direction : row;
  -ms-flex-direction     : row;
}

.film {
  margin-left       : 27px;
  width             : 434px;
  height            : 400px;
  background-image  : url('../img/bg_film1.png');
  background-repeat : no-repeat;
  background-size   : auto 400px;
  text-align        : center;
}

img.infilm {
  border            : none;
  margin-top        : 60px;
  height            : 281px;
  width             : auto;
  background-repeat : no-repeat;
}
