.starticle {
  max-width: 100%;
  max-height: 500px;
  overflow: auto !important;
  padding: 1rem;
  background: #ecf0f1;
  display: none;
}

.starticle * {
  display: block;
  max-width: 100%;
}

.starticle img {
  max-width: 100%;
  height: auto !important;
  position: relative;
  display: block;
}
