#background-thing{
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	animation: opacity 3s forwards;
}
.background-logo{
	border: solid 10vmin #aaaaaa;
	border-bottom: solid 10vmin transparent;
	width: 18vmin;
	height: 18vmin;
	border-radius: 30vmin;
	opacity: 0.1;
	position: absolute;
	transform: translate(100vw, 0) rotate(45deg);
}
.background-logo::before{
	content: "";
	width: 10vmin;
	height: 10vmin;
	background-color: #aaaaaa;
	border-radius: 10vmin;
	position: absolute;
	top: 14vmin;
	left: -5.8vmin;
}
.background-logo::after{
	content: "";
	width: 10vmin;
	height: 10vmin;
	background-color: #aaaaaa;
	border-radius: 10vmin;
	position: absolute;
	top: 14vmin;
	right: -5.8vmin;
}
.background-logo:nth-child(1){
	top: 30vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -30s;
}
.background-logo:nth-child(2){
	bottom: 15vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: -15s;
}
.background-logo:nth-child(3){
	top: 10vh;
	animation: backgroundthing 50s linear infinite;
	animation-delay: 0s;
}
@keyframes backgroundthing{
	0%{transform: translate(100vw, 0) rotate(45deg);}
	100%{transform: translate(-50vh, 0) rotate(405deg);}
}
@keyframes opacity{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

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


@media screen and (min-width: 900px) {	
.package{
	width: 25%!important;
	opacity: 0.8;
	height: 10vw;
	position: relative;
}
.packageimg{
	width: 6vw;
	height: 6vw;
	background-color: #333333;
	border-radius: 10vw;
	position: relative;
	left: 2vw!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;
}
}