.item-title {
	margin-top: 0px;
	margin-bottom: 0px;
	//color: #d9230f;
}

.pub-item-row {
	margin-top: 40px;
}
.uniform-height {
    display: table;
}

.uniform-height .panel {
    float: none;
    display: table-cell;
    vertical-align: center;
}

.videoWrapperOuter {
  max-width:640px; 
  margin-left:auto;
  margin-right:auto;
}
.videoWrapperInner {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.videoWrapperInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}