* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100vh;
}

.container {
	position: relative;
	background-color: white;
	margin: 0;
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	overflow: hidden;
}

.glitch-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	opacity: 1;
}
