@media screen and (min-width: 768px) and (max-width: 991px) {

.img-type-1{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/test.png");
	width: 150vw;
	height: 150vw;
	background-size: cover; 
	margin-top: 60vh;
	right: -25vw;
	display: none;
}

.img-type-2{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/type2.png");
	width: 100vw;
	height: 100vw;
	background-size: cover; 
	top: 120vh;
	right: 0vh;
	opacity: 0;
	transform: translateY(0%) rotate(90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.img-type-2-active{
	opacity: 1;
	transform: translateY(-80%) rotate(-90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.img-type-3{
	position: fixed;
	z-index: 20px;
	background-image: url("../images/img/type3.png");
	width: 60vh;
	height: 60vh;
	background-size: cover; 
	margin-top: 55vh;
	right: -80vh;
	opacity: 0;
	transform: translateX(0%) rotate(90deg);
	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
	display: none;
}
.img-type-3-active{
	opacity: 1;
	transform: translateX(-150%) rotate(0deg);

	transition: all 1000ms cubic-bezier(.7,.04,.39,.97);
}

.div-prodoct-img{
	margin:0px auto;
	position:relative;
	width: 100vw;
	height: 100vw;
	top:50%;
     transform:translateY(-50%); 
	background-image:  url("../images/prodoct/1-1.jpg");
	background-size: cover;
}

.logo-about{
	z-index: 10;
	position: absolute;
	background-image: url("../images/img/logo-w.png");
	//background-image: url("../images/img/logo_icon-color.png");
	background-size: cover;
	right: 35%;
	transform: translateX(-50%);
	top:50%; 
	transform: translateY(-50%);
	
	
	width: 50vw;
	height: 50vw;
	opacity: 0.2;
}

.div-video-box{
	display: inline-block;
	width: 50vw;
	//background: red;
	height: 25vh;
	margin: 15px;
}

.div-value{
	margin-top: 50px;
	margin-left: 30px;
	width: 60vw;
	color: white;
	font-size: 18px;
	line-height: 30px;
}



}