#sp-5 .post-sm {
  display: flex;
  position: relative;
  align-items: center;
  height: 81px;
  padding: 1px 4px;
}

#sp-5 .thumb-3 {
  width: 91px;
  padding: 1px;
  border-radius: 9px;
}

#sp-5 .thumb-3 > img {
  width: 90px;
  height: 71px;
  object-fit: cover;
  border-radius: 9px;
}

#sp-5 .post-sm-info {
  width: calc(100% - 91px);
  padding: 1px 2px 1px 7px;
}

#sp-5 .post-sm-info > h2 {
  color: #747474;
  font-size: 15px;
  font-weight: bold;
}

#sp-5 .post-sm-info > ul {
  color: #777;
  font-size: 12px;
}

#sp-5 .thumb-1 {
  height: 335px;
  padding: 5px;
  position: relative;
}

@media (max-width: 673px) {
  #sp-5 .thumb-1 {
    height: auto !important;
  }
}

@media (max-width: 673px) {
  #sp-5 .thumb-1 > img {
    width: 100% !important;
    height: auto !important;
  }
}

#sp-5 .thumb-1 img {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: cover;
  object-position: 50% 50%;
}

@media (min-width:673px) {
  #sp-5 .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

#sp-5 .rating-sm {
  font-size: 12px;
  color: #d27100;
}

#sp-5 .rating-bg {
  font-size: 14px;
  color: #9ba3b7;
}

#sp-5 {
  background-color: rgba(0,0,0,0.5);
}

#sp-5 .con {
  padding: 15px 0;
}

#sp-5 .lnk {
  width: calc(100% - 16px);
  position: absolute;
  height: 85%;
  z-index: 1;
}

#sp-5 .post-bg-info > ul {
  color: #aaa;
  font-size: 12px;
}

#sp-5 .post-bg-info > h2 {
  color: #eee;
  font-size: 21px;
}

#sp-5 .post-bg-info {
  width: calc(100% - 9px);
  position: absolute;
  padding: 10px;
  bottom: 0;
  background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
}

