.progressbar {
	position: fixed;
	top: 79px;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #C1FB68;

  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}


@media screen and (max-width: 1248px) {
    /* #region HERO */
    .progressbar {
        display: none;
        position: absolute;
        width: 1px;
        height: 1px;
    }
}