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

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

#sp-1 .thumb-3 > img {
  display: flex;
  font-size: small;
  width: 90px;
  height: 71px;
  object-fit: cover;
  border-radius: 9px;
}

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

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

#sp-1 .post-sm-info > ul {
  color: #777;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

#sp-1 {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 10px 0;
}

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

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

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

#sp-1 .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));
}
