	.flexImg {
		position: relative;
		text-align: center;
	}

	.flexImg img {
		border: 0;
		display: block;
		height: auto;
		width: 100%;
	}

	.giftGuide .flyerMenu {
		height: 40px;
		margin: 10px 0;
		position: relative;
	}
	
	.giftGuide .flyerMenu p { 
		font-size: 2em; 
		font-weight: 600; 
		height: 40px; 
		line-height: 40px;
		padding: 0;
		position: absolute; 
		margin-left: 50%;
		left: -100px;
		text-align: center;
		width: 200px;
	}
	
	.giftGuide .flyerMenu a.back {
		display: block; 
		float: left;
		height: 40px;
		width: 40px;
	}
	
	.giftGuide .flyerMenu a.next {
		display: block; 
		float: right;
		height: 40px;
		width: 40px;
	}

	.giftGuide .iso {
		position: relative;
	}
	
	.giftGuide .iso span {
		position: absolute; top: 0; left: 0;
		background-color: #ffec8e;
		color: #000;
		font-size: 10px;
		font-weight: 600;
		border: 1px solid #ffac34;
		padding: 4px;
		margin: 0;
	}

	a.ggTOC { 
		display: block; 
		background-color: #ececec; 
		border: 2px solid #ececec; 
		font-size: 8pt; 
		margin: 0 auto 10px auto; 
		max-width: 200px; 
		padding: 5px; 
		text-align: center; 
		text-decoration: none; 
	}

	a.ggTOC:hover { 
		background-color: #FFF8DF; 
		border: 2px solid #ffdaac;
	}

	.giftGuide h2 { 
		font-family: "Poppins",sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 3rem;
		text-transform: uppercase;
		letter-spacing: -.02em;
		line-height: 1.1;
		color: #212322;
		text-align: center; 
		margin-bottom: 20px;
	}

	.giftGuide h2 strong {
		color: #ed1c24;
	}