.decorative-lines-widget {
  display: inline-block;
  position: relative;
  overflow: visible;
  text-align: center;
}

.decorative-lines-widget img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

/* Lines above the image */
.decorative-lines-widget .lines_top {
  position: relative;
  margin-bottom: 12px;
  text-align: left;
}

/* Lines below the image */
.decorative-lines-widget .lines_bottom {
  position: relative;
  margin-top: 12px;
  text-align: left;
}
