@charset "utf-8";
@media screen and (min-width: 1601px) {
    .model-stand {
  	float: left;
	width: 50%;
	position: absolute;
	z-index: 99;
	left: -60px;
	bottom: 0;    
	display: inline-block;
	background-image: url(../images/stand-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60rem;
	height: 1300px;
}
  
}
@media screen and (min-width: 1501px) and (max-width: 1600px){

	.model-stand {
	float: left;
	width: 50%;
	position: absolute;
	z-index: 99;
	left: -40px;
	bottom: 0;    
	display: inline-block;
	background-image: url(../images/stand-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50rem;
	height: 1250px;
}
}
@media screen and (min-width: 1401px) and (max-width: 1500px){

	.model-stand {
	float: left;
	width: 50%;
	position: absolute;
	z-index: 99;
	left: -80px;
	bottom: 0;    
	display: inline-block;
	background-image: url(../images/stand-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50rem;
	height: 1200px;
}
}
@media screen and (min-width: 1301px) and (max-width: 1400px){

	.model-stand {
	float: left;
	width: 50%;
	position: absolute;
	z-index: 99;
	left: -80px;
	bottom: 0;    
	display: inline-block;
	background-image: url(../images/stand-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50rem;
	height: 1200px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1300px){

	.model-stand {
	float: left;
	width: 50%;
	position: absolute;
	z-index: 99;
	left: -90px;
	bottom: 0;    
	display: inline-block;
	background-image: url(../images/stand-01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 48rem;
	height: 1150px;
}
}

@media screen and (min-width: 671px) and (max-width: 1199px){
	.model-stand {
    display: none;
}
}

@media screen and (max-width: 670px){
	.model-stand {
    display: none;
}
}
