:host {
  display: block;
}
:host .wrapper {
  border-radius: inherit;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 2px, rgba(255, 255, 255, 0.2) 2px, rgba(255, 255, 255, 0.2) 3px);
  height: 100%;
  width: 100%;
}
:host .wrapper img {
  height: inherit;
  width: inherit;
  border-radius: inherit;
}
:host .wrapper .svg-container {
  border-radius: inherit;
}
:host .wrapper .svg-container svg {
  width: calc(90%);
  margin-top: 10%;
  margin-left: 5%;
  fill: rgba(0, 0, 0, 0.2);
  border-radius: inherit;
}