/***************MEDIA*****************/
/** images */

img,
.txt img,
p img {

  max-width: 100%;  
  }



.featureimg,
.thumbimage {
  max-width: 100%;
  padding: 5px;
  border: solid 1px #00b8c6;
}

.featureimg img,
.thumbimage img {
  width: 100%;
}





.bookimg {
  max-width: 100%;
  text-align: center;
}
.bookimg img {
  width: 60%;
  margin: 0 auto;
}

.featureimg.home {
  width: 129px;
  padding: 3px;
  border: solid 1px #ccc;

}
.articles .featureimg {
  text-align: left;
}

.article-content {
  width: 100%;
}
.article-content .featureimg {
  margin-bottom: 15px;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  margin: 0 0 0 20px;

  }

img.alignleft {
  margin: 0 30px 2px 0;

  }

.alignright {
  float: right;
  }

.alignleft {
  float: left
  }

.video-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  margin-bottom: 20px;
}

