#background-thing{
	position: absolute !important
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2 !important
	pointer-events: none;
	opacity: 0 !important
	animation: opacity 3s forwards;
}
.background-logo{
	border: solid 1vmin #aaaaaa;
	width: 5vmin;
	height: 5vmin;
	border-radius: 6vmin;
	opacity: 0.1;
	position: absolute;
	transform: translate(100vw, 0);
}
.background-logo:nth-child(1){
	top: 20vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -36s;
}
.background-logo:nth-child(2){
	bottom: 55vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -12s;
}
.background-logo:nth-child(3){
	top: 10vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: 0s;
}
.background-logo:nth-child(4){
	top: 20vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -24s;
}
.background-logo:nth-child(5){
	top: 35vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -32s;
}
.background-logo:nth-child(6){
	bottom: 18vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -8s;
}
.background-logo:nth-child(7){
	top: 62vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -4s;
}
.background-logo:nth-child(8){
	top: 27vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -20s;
}
.background-logo:nth-child(9){
	top: 39vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -40s;
}
.background-logo:nth-child(10){
	bottom: 10vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -16s;
}
.background-logo:nth-child(11){
	top: 59vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: 4s;
}
.background-logo:nth-child(12){
	top: 48vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -28s;
}
@keyframes backgroundthing{
	0%{transform: translate(100vw, 0);}
	100%{transform: translate(-50vh, 0);}
}

#specifications-features-2{
    background-image: url("/image/products/capillary-tube/model.jpg");
}
@media screen and (min-width: 900px) {
.fold2{
    max-height: 500vw!important;
}
}