.trix-wrap{
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    box-shadow: 2px 2px 0px #cccccc;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px;
    display: relative;
}

.trix-wrap img{
    border-radius: 5px;
}