.openFactoryNam {
  display: block;
  position: absolute;
  top: 50px;
  height: 100%;
  width: 35%;
  right: 0px;

}

.openFactoryNu {
  display: block;
  position: absolute;
  top: 50px;
  height: 100%;
  width: 35%;
  right: 0px;

}

.closeFactoryNu {
    position: absolute;
    right: 15px;
    top: -18px;
    z-index: 99999;
    width: 30px;
    height: 100px;
}

.factoryStyle{
	z-index:99999; 
	display: block;
	top: 20px;
}

.open_coming_soon {
    position: fixed;
    top: 10%;
    width: 50%;
    height: 60%;
    left: 25%;
    /* background: white; */
}

.factory-close-button{
	position:absolute;
	opacity: 0%;
	left: 31%;
    top: -75px;
	z-index:99999; 
	width:30px; 
	height:100px;
	opacity: 0%;
}

.close_coming_soon{
		position: absolute;
    	right: 1px;
    	top: 0px;
    	z-index: 99999;
    	width: 30px;
}

@media (max-width: 1024px) {

	.open_coming_soon {
    	position:absolute;
    	top: 10%;
    	width: 40%;
    	height: 50%;
    	left: 30%;
    /* background: white; */
}
}


@media (max-width: 768px) {
	.factory-close-button {
		opacity: 100%;
		left: -15px;
    	top: -100px;
	}
	
	.open_coming_soon {
		z-index: 100000;
		position: fixed;
		top: 15%;
		width: 80%;
		height: 60%;
		left: 10%;
	}

	.close_coming_soon{
		position: absolute;
    	right: 1px;
    	top: 0px;
    	z-index: 99999;
    	width: 30px;
	}
}