#all-films {
  background-image: url('./../img/main/films-bg.jpg');
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}

#all-presentation {
  background-image: url('./../img/main/presentation-bg.jpg');
  background-size: 70%;
  background-position: top right;
  background-repeat: no-repeat;
}

#all-photos {
  background-image: url('./../img/main/photos-bg.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}

body[id^="all"] polyline, body[id^="all"] path {
  /* fill: #000; */
  fill: rgba(0,0,0,0.1);
  stroke: rgba(255,255,255,0.5);
}

body[id^="all"] .colored-text {
  color: #ff2e4c;
}

