.glitch-canvas{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 108%;
	width: auto;
	max-width: none !important; /* グローバルの max-width:100% を打ち消し */
}