#message {
  display: flex;
justify-content: space-between
}
#message p img{
  display: none;
}
#message a.btn{
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0
;
}
#message .mu{
  width : 23%;
  position: relative
;
  background-color : white;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
  border-width : 1px 1px 5px;
  border-style : solid;
  border-color : #b0966a #b0966a #6c5939;
}
#message .mu img{
  width: 100%;
  height: auto
;
}
#message .mu h3{
  margin-bottom: 1em;
  font-size : 16px;
  text-align: left;
  font-weight: normal
;
  padding-top : 10px;
}
#message .mu small{
  display: block
;
}