@media only screen and (min-width: 800px) {
	.photo-archive__list-item.wf-posters {width:25%;}
}
@media only screen and (min-width: 1000px) {
	.photo-archive__list-item.wf-posters {width:20%;}
}
@media only screen and (min-width: 1200px) {
	.photo-archive__list-item.wf-posters {width:16.6666666667%;}
}

.bg__programme td {background-color:#feb7c0 !important;}

.table__body tr.bg__programme:nth-child(odd):last-of-type td:last-of-type, .table__body tr.bg__programme:nth-child(2n):last-of-type td:last-of-type {
  background-color: transparent !important;
  background-image: url(../img/base--bottom-right-corner--pink-100.svg) !important;
}
