@media screen and (min-width: 1331px){
	.col_group .right_col .bottle_block .bottle_img {
  		display: block!important;
	}
}

@media screen and (max-width: 1331px) and (min-width: 961px){
	.col_group .right_col .bottle_block .bottle_img {
  		display: block!important;
	}
}



