
	#about #intro,
	#about .story,
	#about .story > *,
	#about .about_desc p {
		display:flex;
		display:-webkit-flex;
	}

	#about #gin-and-juice-welcome {
		margin-top:7vh;
	}
	
	#about #gin-and-juice-welcome > div > * {
		text-align: left;
	}
	
	#about #intro {
		-webkit-align-items:center;
		align-items:center;
		background-size:cover !important;
		filter: brightness(0.7);
		height:65vh;
		max-height:1080px;
	}
	
	#about #intro + h2 {
		color:#fff;
		font-weight:normal;
		position:absolute;
		text-align:center;
		top:33vh;
	}
	
	#about .about_img img {
		width:100%;
	}
	
	#about #intro,
	#about .story > *,
	#about .story + h3 {
		text-align:center;
	}
	
	#about .story > *,
	#about .about_desc p,
	#about section.icon_break {
		-webkit-align-items:center;
		align-items:center;
		-webki-justify-content:center;
		justify-content:center;
	}
	
	#about .story + h3,
	#about #intro + h2 + .story > h3,
	#about #gin-and-juice-welcome p {
		font-size:calc(1em + 0.3vw);
	}
	
	#about .story + h3,
	#about #intro + h2 + .story > h3 {
		font-weight:normal;
		letter-spacing: inherit;
		margin-bottom: 7vh;
		margin-top: 7vh;
		text-transform:none;
	}

	#about .about_desc p {
		font-size: 2.5em;
		height: 100%;
		margin: auto;
		width: 100%;
	}

	#about .story .bg_bright_grille {
		letter-spacing: normal;
		line-height: initial;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	#about .story .bg_dark_grille {
		background-color:#383c29;
		color:#fff;
	}
	
	section.story,
	#about section.icon_break,
	#instagram {
		margin-bottom:7vh;
	}
	
	#about .icon_break svg {
		fill:#5F6556;
		height:7vh;
	}
	
	
	
	@media screen and (max-width:991px) {

		
		#about #intro,
		#about .story,
		#about .story > * {
			display:block; 
		}
		
		#about section > .container {
			padding-left:0px;
			padding-right:0px;
		}

		#about .story + h3,
		#about .about_desc p {
			padding: 1em; 
		}

		section.story, 
		#about section.icon_break, 
		#instagram {
			margin-bottom:40px;	
		}
		
		#about #gin-and-juice-welcome {
			margin-top:40px;
		}
		
		#about .story + h3, 
		#about #intro + h2 + .story > h3 {
			margin:20px 0px;
		}
		
		#about #intro + h2,
		#about .about_desc p {
			font-size:2.5rem;
		}

		#about .story h3 {
			font-size:2rem;
		}

		#about .story + h3, 
		#about #intro + h2 + .story > h3,
		#about #gin-and-juice-welcome p {
			font-size:1.6rem;
			line-height:150%;
			text-align: center;
		}
	}