/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Wines slider (home): force all bottle images to the same height so the
   columns line up. The source images have slightly different widths, so the
   default width:91px + height:auto produced uneven heights. */
.gspb_slider-id-gsbp-b92981c .gspb_image img {
	height: 340px !important;
	width: auto !important;
	max-width: 100% !important;
	object-fit: contain;
	margin-inline: auto;
}
