.blog-record {
  float: left;
  position: relative;
  width: 30%;
  padding-bottom: 30%;
  /* = width for a 1:1 aspect ratio */
  margin: 1.66%;
  overflow: hidden;
}

.article-caption {
  color: gray;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 7px;
}

.wp_content {
  font-size: 18px;
  text-align: left;
}

.wp_content p {
  text-align: justify;
}

.blog-img-mini img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-record-content {
  position: absolute;
  height: 80%;
  /* = 100% - 2*10% padding */
  width: 90%;
  /* = 100% - 2*5% padding */
  color: white;
}

.blog-img-description {
  background-color: black;
  border-bottom-left-radius: 5px;
  padding: 5px;
  font-size: 12px;
  border-bottom-right-radius: 5px;
}

.blog_h2 {
  font-size: 1.3em;
  text-align: left;
  color: white;
}

.blog-author-img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-border-radius: 75px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-stats {
  color: lightgray;
  margin-bottom: 10px;
  display: inline-block;
}

.video-description {
  font-size: 16px;
  margin-top: 10px;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

[class*="wp-image-"] {
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}

.sharing-services {
  margin-bottom: 10px;
}
/*# sourceMappingURL=blog.css.map */