.wcp-carousel-main-wrap .rpc-wrapper img {
  display: block;
  border-radius: 0;
}
.clearfix {
  clear: both;
}
.rpc-style-45 .rpc-post-image {
  overflow: hidden;
  position: relative; 
}

.rpc-style-45 {
  padding: 10px; 
}
.rpc-style-45 .rpc-post-image img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.rpc-style-45 .rpc-post-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.rpc-style-45 .rpc-post-category {
  margin: 10px 0;
  display: inline-block;
}
.rpc-style-45 .rpc-post-category a {
  text-decoration: none;
  display: inherit;
  color: #fff;
  background: #000;
  font-size: 10px;
  padding: 2px 5px;
  margin-right: 2px;
  text-transform: uppercase;
}
.rpc-style-45 .rpc-post-title {
  margin-bottom: 10px;
  margin-top: 5px;
  padding-top: 0;
}
.rpc-style-45 .rpc-post-title a {
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  font-size: 19px;
}
.rpc-style-45 .rpc-post-meta {
  float: left;
  font-size: 12px;
  margin-top: 2px;
  margin-right: 20px;
  margin-bottom: 6px;
}
.rpc-style-45 .rpc-post-date {
  font-size: 12px;
}
.rpc-style-45 .rpc-post-date i {
  margin-right: 5px;
}
.rpc-style-45 .rpc-post-meta i {
  font-size: 13px;
  margin-right: 5px;
}
.rpc-style-45 .rpc-post-meta a {
  text-decoration: none;
  font-size: 13px;
  margin-right: 15px;
}
.rpc-style-45 .rpc-post-comment {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 2px 7px;
  background: #fff;
}
.rpc-style-45 .rpc-comment-box {
  position: absolute;
  margin-bottom: 4px;
  top: 10px;
  right: 15px;
}
.rpc-style-45 .rpc-post-comment:before {
  content: " ";
  position: absolute;
  bottom: -4px;
  left: 30%;
  border-width: 0 0 6px 6px;
  border-style: solid;
  border-color: transparent #fff;
}
.rpc-style-45 .rpc-post-comment a {
  text-decoration: none;
  font-size: 11px;
  color: #000;
}
.rpc-style-45 .rpc-post-para p {
  color: #888;
  font-size: 14px;
  margin-top: 10px;
  text-align: justify;
}