@media all and (min-width: 1024px) {
  .x_panel_large .x_content_inner_entry {
    width: calc((100% / 4) - 2rem); }
  .x_panel_large .x_content_inner_entry-persons {
    width: calc((100% / 2) - 2rem); }
  .entriesEdit--gallery .upload-image {
    width: calc((100% / 3) - 2rem); } }

@media all and (min-width: 1600px) {
  .x_panel_outer {
    width: 33%;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  .x_panel_large .x_content_inner_entry {
    width: calc((100% / 6) - 2rem); }
  .x_panel_large .x_content_inner_entry-persons {
    width: calc((100% / 3) - 2rem); }
  .entriesEdit--gallery .upload-image {
    width: calc((100% / 5) - 2rem); } }
