#animation_container {
	width: 135px;
    top: 45%;
    min-width: 60px;
}

#animation_container canvas{
	width: 100%;
}

#pop-up {
	transition: all 0.3s ease 0s;
	position: fixed;
	inset: 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
	position: absolute;
}

#animation_container{
	position: absolute;
}
	
.close{
	width: 10%;
    	margin-right: 12%;
	position: absolute;
	z-index: 2;
	right: 0;
	cursor: pointer;
}
