@media only screen and (min-width: 950px) {
	.flip-card {
		background-color: transparent;
		width: 275px;
		height: 370px;
		padding-top: 5px;
		padding-left: 211px;
		perspective: 1500px;
		position: absolute;
		display: inline-block;
		left: 2px;
		top: 2px;
	}
	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 1.0s;
		transform-style: preserve-3d;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	}
	.flip-card.flip-it .flip-card-inner {
		transform: rotateY(180deg);
	}
	.flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.flip-card-front {
		background-color: #bbb;
		color: black;
	}
	.flip-card-back {
		background-color: #2980b9;
		color: white;
		transform: rotateY(180deg);
	}
	.swap:hover {
		opacity: .8;
	}

	.flavor_display {
		margin-top: 80px;
		height: 475px;
		width: 730px;
		background: #b7b68a;
	}
	.flavor_box {
		background-image: url('../images/temple_top_pure.png');
		background-size: contain;
		width: 700px;
		height: 60px;
		position: relative;
		left: 0px;
		top: 15px;
	}
	.sauce_nav.original {
		position: absolute;
		left: 0px;
		top: 0px;
		top: 19px;
		left: 45px;
	}
	.sauce_nav.solstice {
		position: absolute;
		left: 0px;
		top: 0px;
		top: 19px;
		left: 285px;
	}
	.sauce_nav.root {
		position: absolute;
		left: 0px;
		top: 0px;
		top: 19px;
		left: 565px;
	}
	.original_selected {
		width: 32px;
		height: 32px;
		position: absolute;
		left: 114px;
		top: -2px;
		background-image: url('../images/original_select.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.solstice_selected {
		width: 32px;
		height: 32px;
		position: absolute;
		left: 38px;
		top: -28px;
		background-image: url('../images/solstice_select.png');
		background-size: contain;
		background-repeat: no-repeat;
		display: none;
		opacity: .4;
	}
	.root_selected {
		width: 32px;
		height: 32px;
		position: absolute;
		left: -39px;
		top: -2px;
		background-image: url('../images/root_select.png');
		background-size: contain;
		background-repeat: no-repeat;
		display: none;
		opacity: .4;
	}
	.swap {
		font-family: lato-light;
		font-size: 22px;
		letter-spacing: 5px;
		cursor: pointer;
	}
	#original {
		color: #ba6c06;
	}
	#solstice {
		color: #decd5a;
	}
	#root {
		color: #a66895;
	}
	.flavor_bg {
		width: 700px;
		height: 384px;
		background-image: url('../labels/label_bg.png');
		background-size: contain;
		position: relative;
		left: 0px;
		top: 20px;
	}
	.scoville_box {
		position: absolute;
		left: 5px;
		bottom: 5px;
		height: 85px;
		width: 175px;
	}
	.scoville {
		font-family: lato-light;
		font-size: 25px;
		color: #9f3e24;
		letter-spacing: 6px;
		left: 12px;
		position: relative;
	}
	.scoville_low {
		left: 10px;
		position: absolute;
		bottom: 5px;
		width: 175px;
		height: 45px;
		background-image: url('../images/low_heat.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
	}
	.scoville_med {
		left: 10px;
		position: absolute;
		bottom: 5px;
		width: 175px;
		height: 45px;
		background-image: url('../images/med_heat.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
	.scoville_high {
		left: 10px;
		position: absolute;
		bottom: 5px;
		width: 175px;
		height: 45px;
		background-image: url('../images/high_heat.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
	.descriptions {
		font-family: lato-regular;
		left: 10px;
		height: 370px;
		width: 175px;
		display: inline-block;
		position: absolute;
		color: #fbfbf6;
		left: 20px;
		top: 12px;
		letter-spacing: 8px;
		font-size: 13px;
		text-align: right;
		line-height: 21px;
	}
	.blurb {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.suggested_box {
		position: absolute;
		right: 25px;
		top: 15px;
		height: 85px;
		width: 175px;
	}
	.suggested_original {
		left: 15px;
		position: absolute;
		top: 20px;
		width: 170px;
		height: 48px;
	}
	.suggested_solstice {
		left: 15px;
		position: absolute;
		top: 20px;
		width: 170px;
		height: 48px;
		display: none;
	}
	.suggested_root {
		left: 15px;
		position: absolute;
		top: 20px;
		width: 170px;
		height: 48px;
		display: none;
	}
	.bottle_box {
		position: absolute;
		right: 23px;
		bottom: 5px;
		height: 280px;
		width: 175px;
	}
	.bottle_original {
		left: 62px;
		position: absolute;
		bottom: 5px;
		width: 185px;
		height: 275px;
		background-image: url('../images/original_bottle.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
	}
	.bottle_solstice {
		left: 62px;
		position: absolute;
		bottom: 5px;
		width: 185px;
		height: 275px;
		background-image: url('../images/solstice_bottle.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
	.bottle_root {
		left: 63px;
		position: absolute;
		bottom: 5px;
		width: 185px;
		height: 275px;
		background-image: url('../images/root_bottle.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
}



@media only screen and (max-width: 949px) {
	.arrow {
		position: absolute;
		top: 44%;
		right: 3px;
		color: #fff;
		font-family: lato-bold;
		font-size: 30px;
		cursor: pointer;
		z-index: 15;
		background-image: url('../images/arrow.png');
		background-size: contain;
		background-repeat: no-repeat;
		height: 40px;
		width: 20px;
		opacity: .7;
	}
	.arrow:hover {
		opacity: .3;
	}

	.flip-card {
		background-color: transparent;
		width: 275px;
		height: 370px;
		padding-top: 6px;
		perspective: 1500px;
		position: relative;
		display: inline-block;
	}
	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 1.0s;
		transform-style: preserve-3d;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	}
	.flip-card.flip-it .flip-card-inner {
		transform: rotateY(180deg);
	}
	.flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.flip-card-front {
		background-color: #bbb;
		color: black;
	}
	.flip-card-back {
		background-color: #2980b9;
		color: white;
		transform: rotateY(180deg);
	}
	.swap:hover {
		opacity: .8;
	}

	.flavor_display {
		margin-top: 80px;
		height: 80px;
		max-width: 100vw;
	}
	.flavor_box {
		background-image: url('../images/temple_top_pure.png');
		background-size: contain;
		min-width: 90vv;
		max-width: 450px;
		height: 60px;
		position: relative;
		left: 0px;
		top: 15px;
	}
	.sauce_nav.original {
		position: absolute;
		top: 0px;
		top: 20px;
		left: 10px;
		width: 30%;
	}
	.sauce_nav.solstice {
		position: absolute;
		top: 0px;
		top: 20px;
		left: 32%;
		width: 40%;
	}
	.sauce_nav.root {
		position: absolute;
		top: 0px;
		top: 20px;
		left: 70%;
		width: 30%;
	}
	.original_selected {
		width: 32px;
		height: 32px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -29px;
		background-image: url('../images/original_select.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	.solstice_selected {
		width: 32px;
		height: 32px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -29px;
		background-image: url('../images/solstice_select.png');
		background-size: contain;
		background-repeat: no-repeat;
		display: none;
		opacity: .4;
	}
	.root_selected {
		width: 32px;
		height: 32px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -29px;
		background-image: url('../images/root_select.png');
		background-size: contain;
		background-repeat: no-repeat;
		display: none;
		opacity: .4;
	}
	.swap {
		font-family: lato-light;
		font-size: 17px;
		letter-spacing: 5px;
		cursor: pointer;
	}
	#original {
		color: #ba6c06;
	}
	#solstice {
		color: #decd5a;
	}
	#root {
		color: #a66895;
	}
	.flavor_bg {
		min-width: 90vv;
		max-width: 450px;
		height: 384px;
		background-image: url('../labels/label_bg_mobile.png');
		background-size: cover;
		position: relative;
		left: 0px;
		top: 20px;
	}
	.scoville_box {
		position: relative;
		bottom: 5px;
		height: 100%;
		width: 175px;
	}
	.scoville {
		font-family: lato-light;
		font-size: 25px;
		color: #9f3e24;
		letter-spacing: 6px;
		bottom: -300px;
		position: relative;
	}
	.scoville_low {
		position: absolute;
		bottom: 5px;
		width: 175px;
		height: 45px;
		background-image: url('../images/low_heat.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
	}
	.scoville_med {
		position: absolute;
		bottom: 5px;
		width: 175px;
		height: 45px;
		background-image: url('../images/med_heat.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
	.scoville_high {
		position: absolute;
		bottom: 5px;
		width: 175px;
		height: 45px;
		background-image: url('../images/high_heat.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
	.descriptions {
		font-family: lato-light;
		height: 370px;
		width: 85%;
		display: inline-block;
		position: relative;
		color: #fbfbf6;
		top: -380px;
		letter-spacing: 8px;
		font-size: 20px;
		text-align: right;
		line-height: 35px;
	}
	.blurb {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.suggested_box {
		position: relative;

		top: 5px;
		height: 85px;
		width: 100%;
	}
	.suggested_original {
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 170px;
		height: 48px;
	}
	.suggested_solstice {
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 170px;
		height: 48px;
		display: none;
	}
	.suggested_root {
		position: absolute;
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 170px;
		height: 48px;
		display: none;
	}
	.bottle_box {
		position: relative;
		bottom: -10px;
		height: 280px;
		width: 100%;
	}
	.bottle_original {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 5px;
		width: 75px;
		height: 275px;
		background-image: url('../images/original_bottle.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
	}
	.bottle_solstice {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 5px;
		width: 75px;
		height: 275px;
		background-image: url('../images/solstice_bottle.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
	.bottle_root {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 5px;
		width: 75px;
		height: 275px;
		background-image: url('../images/root_bottle.png');
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 5px;
		display: none;
	}
	.center_panel {
		display: block;
		left: 0px;
		position: relative;
	}
	.left_panel {
		display: none;
		left: 0px;
		height: 100%;
		position: relative;
	}
	.right_panel {
		display: none;
		left: 0px;
		position: relative;
	}
}