.navbar{
    background-color:rgb(255, 255, 255);
}

.trix-content img {
    width: 300px;
    height: 300px;
}

figcaption {
    display: none;
}

.trix-button-group--file-tools {
    display: none !important;
  }

.grid {
    margin-top:50px;
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    gap:20px;
  }

  .grid .form-element {
    width:200px;
    height:200px;
    box-shadow:0px 0px 20px 5px rgba(100,100,100,0.1);
    
  }

  .form-element input {
    display:none;
    word-wrap: break-word;
  }

  .grid .form-element img {
    width: 200px;
    height:200px;
    object-fit:cover;
    word-wrap: break-word;
  }

  .grid .form-element div {
    position:relative;
    height:40px;
    margin-top:-40px;
    background:rgba(0,0,0,0.5);
    text-align:center;
    line-height:40px;
    font-size:13px;
    color:#f5f5f5;
    font-weight:600;
   
  }


  .grid .form-element div span {
    font-size:40px;
    word-wrap: break-word;
    width: 200px;
  }

  .wrapone{
    word-wrap: break-word;
  }





