.autogru {
         /* display:block;*/
        width:0px;
        height:0px;
        color#fff;
        position: absolute;
        left:970px;
        bottom:150px;
        border-radius:none;
        line-height:0px;
        text-align:center;
        z-index:999;
        -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
        
.intro {
		/*color: #ffffff;*/
		padding: 1rem 4rem 6rem 4rem ;
		left: -6%;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		/*-moz-justify-content: -moz-flex-end;*/
		/*-webkit-justify-content: -webkit-flex-end;*/
		/*-ms-justify-content: -ms-flex-end;*/
		/*justify-content: flex-end;*/
		-moz-transition: opacity 1s ease, -moz-transform 1s ease;
		-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
		-ms-transition: opacity 1s ease, -ms-transform 1s ease;
		transition: opacity 1s ease, transform 1s ease;
		position: absolute;
		cursor: default;
		text-align: center;
		z-index: 999;
		min-height: 100vh;
		-webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
	}
    	