.content_svg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  overflow: hidden;
}

.denali {
  max-width:100%;
  position:absolute;
  bottom: 200px;
}

.denali polygon {
  opacity: 0;
}
.no-js .denali polygon {
  opacity: 1;
}

.no-cssanimations .denali > polygon {
  transform: scale(1);
  opacity: 1;
}

@media only screen and (max-width:804px)
{
.denali
{
  bottom:200px;
}
}
