/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 850px) {
  /* .j-programme .row .col:last-child .col-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  } */
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 550px) {
  /* .j-programme .row .col:last-child .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } */
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
