
#header{
    position:fixed;
    display:block;
    width: 100%;
    background: #333;
    z-index:9;
}
#particles-js {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.img-hover {
    position: absolute;
    z-index: 1;
    width: 303px;
    transition: all 1s;
}
.animate {
  transform: scale(1.2);
}

.img1{
	position:relative;
	z-index:2;
}



@media (min-width: 768px) {
	
	#header{
    position:fixed;
    display:block;
    width: 100%;
    background: #333;
    z-index:9;
}
#particles-js {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.img-hover {
    position: absolute;
    z-index: 1;
    width: 150px;
    transition: all 1s;
}
.animate {
  transform: scale(1.2);
}

.img1{
	position:relative;
	z-index:2;
}
	
}

@media (min-width: 1024px) {
	.img-hover {
    position: absolute;
    z-index: 1;
    width: 200px;
    transition: all 1s;
}
}

@media (min-width: 1300px) {
	.img-hover {
    position: absolute;
    z-index: 1;
    width: 304px;
    transition: all 1s;
}
}

@media (min-width: 1900px) {
	.img-hover {
    position: absolute;
    z-index: 1;
    width: 354px;
    transition: all 1s;
}
}

@media (min-width: 2000px) {
	
	.img-hover {
    position: absolute;
    z-index: 1;
    width: 520px;
    transition: all 1s;
}
}


