/* Extra small devices (portrait phones, less than 576px)   
320*270


*/
@media (min-width: 270px) and (max-width: 320.98px) 
{ 
	/*.home_product_div{
		background: pink;
	} */
	.home_product_image
	{
		width: 290px !important;
		height: 290px !important;
	}
	.myproduct_image{
		width: 286px !important;
		height: 286px !important;
	}
	.product_detail_image{
		width: 290px !important;
		height: 290px !important;
	}
	
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 321px) and (max-width: 375.98px) 
{ 
	/*.home_product_div{
		background: blue;
	} */
	.home_product_image
	{
		width: 300px !important;
		height: 300px !important;
	}
	.myproduct_image{
		width: 342px !important;
		height: 342px !important;
	}
	.product_detail_image{
		width: 345px !important;
		height: 345px !important;
	}
	

}
@media (min-width: 376px) and (max-width: 425.98px) 
{ 
	/*.home_product_div{
		background: orange;
	} */
	.home_product_image
	{
		width: 300px !important;
		height: 300px !important;
	}
	.myproduct_image{
		width: 392px !important;
		height: 392px !important;
	}
	.product_detail_image{
		width: 395px !important;
		height: 395px !important;
	}
	
	
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{ 
	/*.home_product_div{
		background: green;
	} */
	.home_product_image
	{
		width: 206px !important;
		height: 206px !important;
	}
	.myproduct_image{
		width: 327px !important;
		height: 327px !important;
	}
	.product_detail_image{
		width: 690px !important;
		height: 690px !important;
	}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{ 
	/*.home_product_div{
		background: yellow;
	}*/ 
	.home_product_image
	{
		width: 215px !important;
		height: 215px !important;
	}
	.myproduct_image{
		width: 286px !important;
		height: 286px !important;
	}
	.product_detail_image{
		width: 435px !important;
		height: 435px !important;
	}
	
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) 
{ 
	/*.home_product_div{
		background: red;
	} */
	.home_product_image
	{
		width: 215px !important;
		height: 215px !important;
	}
	.myproduct_image{
		width: 367px !important;
		height: 367px !important;
	}
	.product_detail_image{
		width: 555px !important;
		height: 555px !important;
	}
	
}