@media (min-width: 200px) and (max-width: 575px) {
  .btn {
    font-size: 1.4rem; }
  .x_panel_large .x_content_settings_top_double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .x_panel_large .x_content_settings_top_double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .x_panel_large .x_content_settings_top_double_entry {
      margin-bottom: 2rem; }
      .x_panel_large .x_content_settings_top_double_entry:last-child {
        padding-top: 2rem;
        margin-bottom: 0;
        padding-left: 0;
        border-top: 0.1rem solid #bccbd3;
        border-left: none; }
  .entriesEdit--gallery .upload-image {
    width: calc((100% / 2) - 2rem); } }

@media (min-width: 576px) and (max-width: 767px) {
  .entriesEdit--gallery .upload-image {
    width: calc((100% / 3) - 2rem); } }
