.readmore {
	cursor:pointer;
	width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}

figure img {
  width:100% !important;
  height: auto;
  overflow: inherit;
}

.byline {
	margin: 0 0 40px 0;
  padding: 30px;
  width: 100%;
  background: #f2f2f2;
  box-sizing: border-box;
}

.byline .avatar {
  float: left;
  margin-right: 20px;
}

.byline .author_detail {
  width: calc(100% - 120px);
  float: left;
  
}

.author_label {
  margin-top: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.avatar_small {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 25px;
}

.avatar_big {
  position: relative;
  z-index: 2;
  overflow: hidden;
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 200px;
}

.center_2 img {
  width:100% !important;
  height: auto;
  overflow: inherit;
  min-height:180px;
  max-height:180px;
}

.pull-right {
  float: right !important;
}