/* Styles for Tweets embedded via the tweet shortcode */
@media (max-width: 960px) {
  .twitter-tweet {
    float: none !important;
    max-width: 550px !important;
    min-width: 220px !important;
    margin: 0 auto !important;
  }
}
