@media screen and (max-width: 1440px) {
  .proj-wrapper .main-project {
    max-width: 1180px;
  }

  .proj-wrapper .main-project .main {
    width: 65%;
  }

  .proj-wrapper .yma-container .featured-card {
    margin-bottom: 0;
  }

  .proj-wrapper .main-project .article h3 {
    font-size: 18px;
  }

  .proj-wrapper .project-tools-sidebar button {
    font-size: 17px;
  }
}

@media screen and (max-width: 1100px) {
  .proj-wrapper .you-might-also {
    padding: 60px 40px;
  }

  .proj-wrapper .yma-container .featured-jcarousel ul {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .proj-wrapper .main-project {
    flex-flow: column;
  }

  .proj-wrapper .main-project .main {
    width: 100%;
    margin: 0;
    max-width: none;
  }

  .proj-wrapper .main-project .article h3 {
    margin-bottom: 10px;
  }

  .proj-wrapper .responsive-author-info {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
  }

  .proj-wrapper .responsive-author-info a {
    margin-left: 20px;
  }

  .proj-wrapper .main-project .project-sidebar {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    margin: 0;
    margin-top: 40px;
  }

  .proj-wrapper .project-sidebar h3, 
  .proj-wrapper .project-sidebar hr {
    width: 100%;
  }

  .proj-wrapper .main-project .project-author,
  .proj-wrapper .main-project .project-of,
  .proj-wrapper .project-sidebar hr:last-of-type,
  .proj-wrapper .project-sidebar .project-sidebar,
  .proj-wrapper .project-sidebar hr:first-of-type,
  .proj-wrapper .project-sidebar .sticky {
    display: none;
  }

  .proj-wrapper .project-article {
    width: 100%;
    max-width: 382px;
    margin-top: 0;
  }

  .proj-wrapper .project-tools {
    display: block;
  }

  .proj-wrapper .project-sidebar .featured-card {
    margin: 0 auto;
    margin-top: 20px;
  }

  .proj-wrapper .project-tools-btns button {
    font-size: 17px;
  }
}

@media screen and (max-width: 850px) {
  .proj-wrapper .yma-container .featured-card {
    max-width: 100vw;
    margin: 30px calc((100% - 350px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .proj-wrapper .main-project .article h3 {
    font-size: 17px;
  }

  .proj-wrapper .project-tools-sidebar button {
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .proj-wrapper .yma-container .featured-jcarousel {
    max-width: 100vw;
  }
}

@media screen and (max-width:600px) {
  .proj-wrapper .main-project {
    padding: 40px 20px 50px;
  }

  .proj-wrapper .main-project .article h3 {
    margin-top: 0;
  }

  .proj-wrapper .main-project .comments,
  .proj-wrapper .add-comment label {
    margin-top: 30px;
  }
  
  .proj-wrapper .main-project .comment {
    margin-bottom: 30px;
  }

  .proj-wrapper .comments-count {
    margin-bottom: 15px;
  }

  .proj-wrapper .add-comment button,
  .proj-wrapper .project-tools button {
    max-width: 220px;
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
  }

  .proj-wrapper .project-sidebar .project-article {
    width: 100%;
    max-width: none;
  }

  .proj-wrapper .you-might-also {
    padding: 40px 20px;
  }

  .proj-wrapper .you-might-also .featured-card {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:480px) {
  .proj-wrapper .main-project .article p, 
  .proj-wrapper .project-article .content > p,
  .proj-wrapper .comment-content p {
    font-size: 14px;
  }

  .proj-wrapper .main-project .back-btn {
    margin: 35px 0 25px 10px;
  }

  .proj-wrapper .main-project .back-btn img {
    max-width: 35px;
  }

  .proj-wrapper .comment-btns button img {
    margin-right: 7px;
  }

  .proj-wrapper .add-comment label img {
    margin-right: 10px;
  }

  .proj-wrapper .add-comment button,
  .proj-wrapper .project-article button {
    min-height: 50px;
  }
  
  .proj-wrapper .add-comment button {
    padding: 0 35px;
    margin-top: 20px;
  }
  
  .proj-wrapper .project-tools-btns {
    margin-top: 50px;
  }

  .proj-wrapper .project-tools-btns button:first-of-type {
    margin-right: 10px;
  }

  .proj-wrapper .yma-container .featured-jcarousel ul {
    margin: 0;
    left: 0;
  }
  
  .proj-wrapper .yma-container .featured-card {
    margin-left: 0;
    margin-right: 30px;
    min-width: 100%;
  }

  .proj-wrapper .yma-container .featured-content {
    padding: 40px 26px 26px 26px;
  }

  .proj-wrapper .main-project .article h3 {
    font-size: 16px;
  }
}
