/***** main.css manipule ****/
#main #products .product-detail .picture-container {
    text-align: center;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: inline-block;
}
/*
.product .img-responsive {
    height: 200px;
}*/
#main #products .product .product-container .picture {
   text-align:center
}
#fixed-call-me {
    transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
@media (max-width: 980px) {
	/*
	#main #products .product .product-container .picture {
	  
		height: 230px;
	}
	.product .img-responsive {
		height: auto
	}*/
}
@media (max-width: 768px) {
	/*#main #products .product .product-container .picture {
	  
		height: 300px;
	}*/
}
@media (max-width: 767px) {
	/*#main #products .product .product-container .picture {
	  
		height: 400px;
	}*/
}
@media (max-width: 668px) {
	/*#main #products .product .product-container .picture {
	  
		height: 350px;
	}*/
}
@media (max-width: 540px) {
	/*#main #products .product .product-container .picture {
	  
		height: 250px;
	}*/
}
@media (max-width: 400px) {
	/*#main #products .product .product-container .picture {
		height: 150px;
	}*/
}
@media (max-width: 320px) {
	/*#main #products .product .product-container .picture {
		height: 100px;
	}*/
}
/***** main.css manipule end ****/