/* Enter Your Custom CSS Here */
.logo_tagline {
	font-size: 16px;
    padding-left: 1px;
}
@media all and (min-width: 768px) {
  .recent-posts li h5 {
      min-height: 44px;
  }
}
.content_box.page_img img {
 	max-height: 150px;
    width: auto;
  	height: auto;
}
.video-wrap {
 	padding-bottom: initial;
  	height: 390px;
}
@media (max-width: 767px) {
    .recent-posts.four-col li {
        text-align: center;
    }
	.recent-posts li h5 {
  		margin-top: 10px;
	}
	.recent-posts li .thumbnail,
	.recent-posts.two-col li .thumbnail,
	.recent-posts.three-col li .thumbnail,
	.recent-posts.four-col li .thumbnail {
  		max-width: initial;
 		margin: 0 auto;
 		float:none;
 		display: inline-block;
	}
    .content_box.page_img img {
  		width: 300px;
        max-width: 100%;
        display: block;
        max-height: initial;
        margin: 30px auto;
    }
}
