#slider.product .items,#slider.product .items .item,#slider.product .items .owl-item{
	overflow:hidden;
	height:600px;
	background-repeat:no-repeat;
	background-position:center center;
}

#slider.product .items .owl-item, #slider.product .items, #slider.product .items .item {
	background-size:auto 100% ;
}

@media (min-width: 1600px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:744px;   
		background-size:100% auto; 
	}
}
@media (min-width: 1600px) and (max-height: 790px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:93vh;   
		background-size:100% auto; 
	}
}
@media (max-width: 1599px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:744px;   
		background-size: auto 100%; 
	}
}
@media (max-width: 1599px) and (max-height: 685px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:93vh;   
		background-size: 100% auto ; 
	}
}

@media (max-width: 1300px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:600px;   
		background-size: auto 100%; 
	}
}
@media (max-width: 1300px) and (max-height: 725px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:93vh;   
		background-size:  auto 100%  ; 
	}
}
@media (max-width: 1300px) and (max-height: 640px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:93vh;   
		background-size:   100%  auto ; 
	}
}
@media (min-width: 1300px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:744px;   
		background-size:  100% auto; 
	}
}
@media (min-width: 1300px) and (max-height:800px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:93vh;   
		background-size:   100% auto  ; 
	}
}
@media (max-width: 1100px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:600px;   
		background-size:   auto 100%; 
	}
}
@media (max-width: 1100px) and (max-height:630px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:93vh;   
		background-size:    auto 100%  ; 
	}
}
@media (max-width: 1100px) and (max-height:530px){
	#slider.product .items .owl-item,#slider.product .items,#slider.product .items .item{
		height:93vh;   
		background-size:     100% auto ; 
	}
}
@media (max-width: 999px){
	#slider.product .items,#slider.product .items .item,#slider.product .items .owl-item{
		overflow:hidden;
		height:600px;
		background-repeat:no-repeat;
		background-position:center center;
	}

	#slider.product .items .owl-item, #slider.product .items, #slider.product .items .item {
		background-size: auto 100%;
	}
}