body {
  background-color: transparent;
}

.copyright-wrapper {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thum-img {
  width: 200px;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: top;
}

.posts-card-body {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .thum-img {
    width: 100%;
    aspect-ratio: 16/9;
  }
}

.posts-card-body {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .posts-card-body {
    display: flex;
    flex-wrap: wrap;
  }
}
.video {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top:25px;*/
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar {
  background-color: #f5f3f3;
  padding: 16px;
}

@media only screen and (max-width: 767px) {
  .hide-mobile-sidebar {
    display: none;
  }
}
