

	.stage-navigation__item:hover svg {
		width: 1.6125rem;
		height: 1.6125rem;
	}


	@media screen and ( max-width: 992px ) {
		.stage-navigation-wrapper {
			bottom: 3.75rem!important;
			font-size: 0.7rem!important;
			text-align: center;
			width:100%;
		}
	}

	@media screen and ( max-width: 992px ) {
		.stage-navigation-wrapper svg {
			width: 1.5rem!important;
			height: 1.5rem!important;
		}
	}

	@media screen and ( max-width: 992px ) {
		.stage-navigation-wrapper .icon {
			width: 2.5rem!important;
			height: 2.5rem!important;
		}
	}

}
  