.container.projection {
  margin-bottom: 4rem;
}

.projection_infos {
  display: flex;
  margin: 0 -0.5rem;
  position: relative;
}

.projection_infos-left {
  width: calc(33.333% - 1rem);
  margin: 0 0.5rem;
}

.projection_infos-left div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.projection_infos-right {
  display: flex;
  width: 66.666%;
}

.projection_director,
.projection_year {
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
  line-height: 1.2;
}

.projection_description {
  margin: 4rem 0;
}

@media (max-width: 1280px) {
  .projection .dates {
    display: block;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media (max-width: 768px) {
  .projection_infos {
    display: block;
  }

  .projection_director,
  .projection_year {
    width: calc(100% - 1rem);
  }

  .projection_infos-left,
  .projection_infos-right {
    width: calc(100% - 1rem);
  }

  .projection_infos-left,
  .projection_infos-right {
    margin-bottom: 4rem;
  }
}

@media (max-width: 600px) {
  .projection_infos-right {
    display: block;
  }

  .projection_director + .projection_year {
    margin-top: 4rem;
  }
}