@media screen and (max-width: 550px){
#boxes {
  overflow: hidden;
  margin-right: 0;
}

#boxes .csc-default {
  width: 100%;
  margin-right: 0%;
  float: none;
  display : none;
}

#boxes .csc-default:first-child {
  display : block;
}

#mediaboxes .csc-default {
    width: 100%;
}

}