#related_posts.clearfix {
  display: none;
}

#commentform.comment-form {
  display: none;
}

#reply-title.comment-reply-title {
  display: none;
}

.post-detail {
  display: none;
}

.entery-header-data {
  visibility: hidden;
}

.geekfolio-author-info {
  visibility: hidden;
}

.entry-header {
  display: none;
}

/*#post-2684.clearfix.blog-post.post-2684.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-2004-1 {
  margin-top: -30em;
}*/

/*===DC-20240613===*/

.portfolio_category-activity .img-post {
  /*width: 60%;
    padding-top: 56.25%;
    position: relative;*/
  display: none;
}

.portfolio_category-activity .img-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Ensures the image covers the entire container */
  object-position: center;
  /* Center the image */
}

/*portfolio-single-page*/

.geekfolio-portfolio-single {
  margin-left: auto;
  display: flex;
  margin-right: auto;
  width: 900px;
}

/*portfolio-single-page*/

@media (max-width: 768px) {
  .geekfolio-portfolio-single {
    width: 100%;
  }
}