@media (max-width: 980px){
	body{
		//filter: grayscale(100%);
	}
	.wrapper{
		width: 100%;
	}
	#name{
		font-size: 38px;
		top: -13px;
	}
	button{
		width: 54px;
		height: 54px;
		background-size: cover;
	}
	#reg{
		transform: scale(1.7);
	}
}