.shape-flame {
  mask-image: url('/National_Library/20160526010038oe_/https://beliven.com/public/img/flame-mask.svg');
  -webkit-mask-image: url('/National_Library/20160526010038oe_/https://beliven.com/public/img/flame-mask.svg');
  mask-mode: alpha;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  height: auto;
  pointer-events: none;
}

.shape-flame>img {
  opacity: 0;
}

.lines>img,
.shape-flame>img {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .container-flame {
    width: 150vw;
  }

  .container-flame svg {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width:1024px) {

  .container-flame svg {
    width: 1729px;
    height: 1813px;
  }

  .lines>img,
  .shape-flame>img {
    max-width: fit-content;
  }

  .container-flame {
    width: 100%;
  }
}

@media screen and (min-width:1280px) {
  .container-flame svg .st0 {
    stroke-dasharray: 3120;
    stroke-dashoffset: 3120;
  }

  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }
}