#background-thing{
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	animation: opacity 3s forwards;
}
.background-logo{
	width: 50vmin;
	height: 1vmin;
	border-radius: 5vmin;
	opacity: 0.1;
	position: absolute;
	transform: translate(100vw, 0);
	background-color: #aaaaaa;
}
.background-logo:nth-child(1){
	top: 30vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -10s;
}
.background-logo:nth-child(2){
	bottom: 25vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -5s;
}
.background-logo:nth-child(3){
	top: 5vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: 0s;
}
.background-logo:nth-child(4){
	top: 20vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -15s;
}
.background-logo:nth-child(5){
	bottom: 10vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -20s;
}
.background-logo:nth-child(6){
	top: 15vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -25s;
}
.background-logo:nth-child(7){
	top: 60vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -30s;
}
.background-logo:nth-child(8){
	top: 30vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -35s;
}
.background-logo:nth-child(9){
	bottom: 5vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -40s;
}
.background-logo:nth-child(10){
	top: 50vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -45s;
}

@keyframes backgroundthing{
	0%{transform: translate(100vw, 0);}
	100%{transform: translate(-50vh, 0);}
}
@keyframes opacity{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

#specifications-features-2{
    background-image: url("../jpg/model-19.jpg");
}



@media screen and (min-width: 900px) {	
.package{
	width: 33%!important;
	opacity: 0.8;
	height: 10vw;
	position: relative;
}
.packageimg{
	width: 6vw;
	height: 6vw;
	background-color: #333333;
	border-radius: 10vw;
	position: relative;
	left: 3.6vw!important;
}
}
@media screen and (max-width: 900px) {
.package:nth-child(1){
	margin: 0 0 5vw 0;
}
.package:nth-child(2){
	margin: 0 0 5vw 0;
}
}