/*
	This css file is designated for changes specific to Constellation Brands Beer
*/

/* hide search bar - per Hera */

#search {
	visibility: hidden;
}

.product-thumb .caption {
	height: 180px;
	overflow-y: auto;
}

.pack_text p {
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

