@keyframes example {
  from {bottom: 3vh;}
  to {bottom: 0;}
}


.scrollDownInfo {
	position: fixed;
	bottom: 0;
	overflow: hidden;
	text-align: center;
	left: 45vw;
	width: 10vw;
	height: 10vh;
	font-size: 10vh;
	color: rgba(255, 255, 255, 0.5);
	z-index: 88891;
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.scrollDownInfoTXT {
  position: fixed;
	bottom: 0;
	overflow: hidden;
	text-align: center;
	left: 45vw;
	width: 10vw;
	height: 12vh;
	font-size: 3vh;
	color: rgba(255, 255, 255, 0.5);
	z-index: 88891;
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.ContainerStopmotion{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: black;
	z-index: 88888;
}

.BarInsideMobile{
	position: relative;
	display: inline-block;
	height: 100%;
	cursor: pointer;
}

.ContainerImage{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 88889;
}

.Image{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.ScrollbarMobile{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: black;
	z-index: 88890;
	visibility: hidden;
}

.ContainerBtnMobile{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 50px;
}

.BtnTopMobile{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 50px;
	cursor: pointer;
}

.ImageIconMobile{
	height: 20px;
	width: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	align: center;
}

.ContainerScrollbarMobile{
	position: absolute;
	top: 0px;
	left: 50px;
	right: 0px;
	height: 30px;
}

.ContDescriptionSingle{
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	z-index: 88889;
	width: 90%;
	max-width: 350px;
	padding: 10px;
	font-size: 24px;
}

.Tooltip{
	position: absolute;
	width: 120px;
	height: 70px;
	bottom: 33px;
	background-color: grey;
}

.TooltipImage{
	position: absolute;
	width: 114px;
	height: 64px;
	bottom: 3px;
	left: 3px;
}
