
.recommend {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.recommend li {
	border-bottom: 1px solid #e4e4e4;
}
.recommend li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
.bdsharebuttonbox span {
	display: inline-block;
	vertical-align: middle;
}
.info-container .bdsharebuttonbox {
	float: right;
}
.text-wrapping {
	float: left;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.video-panel {
  padding: 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin: 20px 0 30px;
}

.video-container {
  position: relative;
}

.video-container .play {
  z-index: 90;
}

.play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.video-container .play span {
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-width: 3px;
}

.play span {
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-container .play i {
  font-size: 42px;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}