@media screen and (max-width: 667px) {
  #wp_editor_widget-3 table,
  #wp_editor_widget-3 table tbody,
  #wp_editor_widget-3 table tr,
  #wp_editor_widget-3 table td {
    display: block;
    width: 100%;
  }
  .site-title img {
    max-width: 320px;
  }
  #wp_editor_widget-3 table td img {
    max-width: 220px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 375px) {
  #wp_editor_widget-3 table,
  #wp_editor_widget-3 table tbody,
  #wp_editor_widget-3 table tr,
  #wp_editor_widget-3 table td {
    display: block;
    width: 100%;
  }
  #wp_editor_widget-3 table td img {
    max-width: 180px;
    margin: 15px auto 0;
  }
  .site-title img {
    max-width: 260px;
  }
}
