@charset "utf-8";
/* CSS Document */

ul{
	list-style:none;
}
a{
	text-decoration:none;
}
.Slidercontainer{
	width:1004px;
	height: auto;
	display:flex;
	justify-content: center;
	align-items: center;
	border-bottom:2px solid #FFF;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
}

.cropborder {
	position:absolute;
	bottom:20px;
	right:20px;
}

.box{
	width:199px;
	height:122px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.box img {
	width:199px;
}



/*--responsive for mobile phone--*/
@media(max-width:720px){
	.box{
		width: 94%;
		height: 500px;
	}
	.model{
		height:250px;
	}
	.details p{
		font-size: 16px;
		width: 250px;
	}
	
}
