  div.vid_thumb_box_outer, div.doc_thumb_box_outer, div.aud_thumb_box_outer {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
    vertical-align: top;
  }
  div.doc_thumb_box_outer {
  	 width: 430px; 
  	 max-width: 430px;
  }
  
  div.aud_thumb_box_outer {
   width: 230px;
   max-width: 230px;
  }  
  
  div.vid_thumb_img, div.aud_thumb_img {
    display: block; 
    margin: 8px; 
    margin-bottom: 0; 
    margin-top:0;
    width: 230px; 
    height: 130px; 
    background-color: #DCDCDC; 
    text-align: center; 
    line-height: 115px;
  }
  div.aud_thumb_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: url(../images/vineyard-audio-tile.jpg);
  }
  div.vid_thumb_img h4 {
    color: white; 
    font-size: 21px;
  }
  a.vid_thumb, a.aud_thumb {
    text-decoration: none;
  }
  div.vid_thumb_footer, div.img_thumb_footer, div.doc_thumb_footer, div.aud_thumb_footer  {
    font-family: Lato;
    color: #444444;
    font-weight: normal;
    padding-left: 8px; 
    font-size: 14px; 
    line-height: 16px; 
    margin-top: 2px;
    max-width: 230px;
    vertical-align: top;
   }
 	div.img_thumb_footer, div.doc_thumb_footer  {
 		padding-left: 0px; 
 		max-width: 100%;
 	 }
  
    div.vid_thumb_footer h5, div.img_thumb_footer h5, div.aud_thumb_footer h5  {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #106bc5;
    margin: 0;
   }
   
   div.doc_thumb_footer h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    color: #106bc5;
    margin: 0;
   }
 
 .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
   
h2.video_thumbnails_heading {
	 text-transform: uppercase;
    font-family: "Lato It";
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #2355af;
    margin-bottom: 16px;
}   
   