.project-v3.project-name {
  display: none;
}
#name-error, #project_medias-error, #embeded_link-error {
  display: flex;
  flex-direction: column;
  color: red;
  margin-top: 10px;
}

trix-toolbar .trix-button-row {    
  display: flex;    
  flex-wrap: wrap !important;    
}    

.trix-content {    
  border: none;    
  border-top: 1px solid #ccc;
  line-height: 1.5em;
  min-height: 10.5em;
  max-height: 16.5em;
  overflow-y: scroll;
}

.project-game iframe {
  width: 100%;
}

.project-page .detail-main .widget-project-desc .project-desc {
  min-height: 150px;
}

.project-page .detail-main .widget-project-info .project-body video {
  max-height: 500px;
}

.project-page .detail-main .widget-project-info .project-footer .project-info-view .toolscode img {
  max-width: 40px;
  max-height: 40px;
}

.project-v3-hidden-div {
  max-height: 30vh;
  overflow: hidden;
}

.project-v3-hidden-div img {
  width: 100%;
  margin: 20px;
}

.project-v3-readmore {
  text-align: right;
  margin-top: 10px;
}

trix-toolbar .trix-button-row {
  position: relative;
}

trix-toolbar .trix-button-row:before {
    position: absolute;
    width: 60px;
    height: 20px;
    z-index: 100;
    bottom: 10px;
    right: 20px;
    content: attr(data-length);
  }

trix-toolbar .trix-button-row.over-length:before {
  color: red;
  }

.project-sidebar .product-thumb img {
  width: 80px;
  height: 60px;
}
