.box-content{
  position: relative;
  padding: 20px;
  width: 94%;
  margin: 0 3% 3% 3%;
  display: list-item;
  color: #000;
  min-height: 160px;
  background-color: white;
  list-style-type: none;
}
.box-content img{
  border-radius: 5px;
}
.content-widget.iframe_mode .scroll{
  height: 100%;
}
