.gallery-item {
	width: 20%;
	display: inline-block;
	margin-left: 40px;
	margin-bottom: 30px;
}


.gallery-item.video ._group-img {
	width: 100%;
	height: 118px;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: 100% auto;
  	overflow: hidden;
}

.gallery-item ._group-img {
	width: 100%;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: 100% auto;
  	overflow: hidden;
}

.gallery-item.video img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}


.main-content-column .video-player {
	display: block;
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 30px;	
}

.main-content-column .video-player iframe {
	margin-bottom: 10px;
}
