.oembed {
  display: -webkit-box;
  display: -ms-flexbox;
  display:     flex;
  -webkit-justify-content: center;
      -ms-justify-content: center;
          justify-content: center;
  margin-bottom: 25px;
}

.oembed .oembed-title {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.oembed .oembed-center, .oembed .oembed-photo img, .oembed .oembed-content object, .oembed .oembed-content embed {
  display: block;
  margin: 0 auto;
}
.oembed .oembed-content {
  border-top: 0;
  width: 500px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display:     flex;
  -webkit-justify-content: center;
      -ms-justify-content: center;
          justify-content: center;
}
.oembed .oembed-content .node {
  max-width: 300px;
}
