<style type="text/css">

    .wrap {
	position: relative;
	border: 0px solid black;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	text-align: center;
	border: 0px solid #000;
	font-family: 'Cormorant SC', serif;
	font-size: 1vw;
	float: left;
	display: inline-block;
}

.box {
	position: relative;
	margin: 2vw 2.5vw;
	float: left;
	position: relative;
	width: 20vw;
	height: 22vw;
	border: 0.1vw solid #d2d2d2;
	padding-bottom: 0;
	display: inline-block;
	overflow: hidden;
	display: inline-block;
}

.box:hover {
	-webkit-box-shadow: 0.2vw 0.2vw 0.2vw #D2D2D2;
	-moz-box-shadow: 0.2vw 0.2vw 0.2vw #D2D2D2;
	box-shadow: 0.2vw 0.2vw 0.2vw #D2D2D2;
}

.boxInner {
	position: relative;
	width: 20vw;
	height: 20vw;
	font: 0/0 a;
         /* remove the gap between inline(-block) elements */
	text-align: center;
  /* align the inline(-block) elements horizontally */
	border: 0vw solid #d2d2d2;
	float: left;
	/* clear: both; */
	margin: 0;
	overflow: hidden;
}

.boxInner:before {
    /* create a full-height inline block pseudo=element */
	content: ' ';
	display: inline-block;
	vertical-align: middle;
  /* vertical alignment of the inline element */
	height: 100%;
}

.boxInner img {
	display: inline-block;
	vertical-align: middle;
  /* vertical alignment of the inline element */
	/* font: 16px/1 'Cormorant SC', serif;        /* <-- reset the font property */
	max-height: 100%;
	max-width: 100%;
}

.boxInner .titleBox {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 10vw;
	left: 0;
	right: 0;
	margin-bottom: -8vw;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	font-family: 'Cormorant SC', serif;
	font-size: 1vw;
	line-height: 175%;
      /* text-transform: uppercase; */
	padding: 0.25vw;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.no-touch .boxInner:hover .titleBox, table.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}

.gv-oos-tag {
	background: rgba(255, 0, 0, 0.6);
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	border: 0vw solid black;
	padding: 0.25vw;
	opacity: 0.8;
	font-family: 'Cormorant SC', serif;
	font-size: 1vw;
	color: #FFF;
}

.gv-discount-tag {
	background: rgba(255, 0, 0, 0.8);
	position: absolute;
	top: 2vw;
	text-align: center;
	width: 30%;
	border: 0vw solid black;
	padding: 0.25vw;
	opacity: 0.8;
	font-family: 'Cormorant SC', serif;
	font-size: 1vw;
	color: #FFF;
}

.gv-qv-button {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	color: #1e1e1e;
	font: 1vw 'Cormorant SC', serif;
	padding: 0vw;
}

.gv-qv-button-label {
	display: inline-block;
	padding: 0.4vw 0.75vw;
	cursor: pointer;
}

.gv-price-tag {
/*
float: left; position: absolute; bottom: 0; width: 70%; height: auto; padding: 0vw; font-family:'Cormorant SC', serif;font-size: 1vw; background:#fff;height:0;border-bottom: 2vw solid #1e1e1e; border-right: 2vw solid transparent; color: #fff;text-align: left;
*/
	display: inline-block;
	position: relative;
	width: 100%;
	background: #fff;
	text-align: center;
	color: #1e1e1e;
	border-top: 0.1vw solid #d2d2d2;
}

.gv-price-tag-label {
	display: inline-block;
	padding: 0.55vw;
	font-family: 'Cormorant SC', serif;
	padding: 2.5% 0;
}

.gv-featuredicon {
	display: inline-block;
	position: absolute;
	top: 2.5%;
	font-family: 'Cormorant SC', serif;
	padding: 2.5% 0;
	width: 20%;
	-webkit-transform: rotate(-25deg;
	opacity: 0.75;
	); transform: rotate(-25deg);
}

.gv-featuredicon img {
	max-width: 90%;
	max-height: 90%;
}

@media only screen and (max-width: 767px) {
	.box {
		width: 80vw;
		height: 88vw;
		float: none;
		margin: 5% 0;
	}

	.boxInner {
		width: 80vw;
		height: 80vw;
	}

	.boxInner .titleBox {
		height: 40vw;
		margin-bottom: -32.5vw;
		font-family: 'Cormorant SC', serif;
		font-size: 3.75vw;
		line-height: 150%;
		padding: 1vw;
	}

	.gv-discount-tag {
		background: rgba(255, 0, 0, 0.8);
		position: absolute;
		top: 8vw;
		text-align: center;
		width: 30%;
		padding: 1vw;
		border: 0vw solid black;
		opacity: 0.8;
		font-family: 'Cormorant SC', serif;
		font-size: 3.75vw;
		color: #FFF;
	}

	.gv-qv-button {
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		color: #1e1e1e;
		font: 4vw 'Cormorant SC', serif;
		padding: 0vw;
	}

	.gv-qv-button-label {
		display: inline-block;
		padding: 1.6vw 4vw;
		cursor: pointer;
	}

	.gv-price-tag {
		display: inline-block;
		position: relative;
		width: 100%;
		background: #fff;
		text-align: center;
		color: #1e1e1e;
	}

	.gv-price-tag-label {
		display: inline-block;
		padding: 1.5vw;
	}
}

  </style>