@media(max-width:1199px){
	.ym_hero{
		height:520px;
	}
	.ym_beer_finder_title{
		font-size:40px;
	}
	.ym_beer_finder_map{
		padding-bottom:45%;
	}
	.ym_beer_finder_results{
		width:33%;
	}
	.ym_beer_finder_views span{
		font-size:15px;
		height:43px;
		padding:0.5rem 1rem;
	}
}

@media(max-width:991px){
	.ym_hero{
		height:400px;
	}
	.ym_hero_slide_base{
		height:175px;
	}
	.ym_beer_finder_title{
		text-align:center;
		margin:1.5rem 0 -1rem;
	}
	.ym_beer_finder_results{
		width:50%;
	}
	.ym_product_title{
		height:50px;
	}
	.ym_beer_finder_views {
		text-align: center;
		padding: 0 0 2rem;
		margin: -1rem 0 0;
	}
}


@media(max-width:767px){
	.ym_content .gform_wrapper.gravity-theme .gfield.gfield--width-third,
	.ym_content .gform_wrapper.gravity-theme .gfield.gfield--width-third.gfield--type-submit{
		grid-column: span 12;
	}
	.ym_content .gform_wrapper.gravity-theme #field_submit input{
		margin:1rem 0 0;
	}
	.ym_comingsoon_packaging{
		padding-bottom:70%;
	}
	.ym_content .gform_wrapper form{
		flex-wrap:wrap;
	}
	.ym_content .gform_wrapper .gform_body,
	.ym_content .gform_wrapper .gform_footer{
		flex:0 0 100%;
		padding:0;
	}
	.ym_footer_links li{
		margin:0.25rem 0.75rem;
	}
	.ym_header_mobile{
		display: block;
		text-align:right;
		font-size:24px;
		padding:1.5rem 0.5rem;
		color:var(--color-espresso);
	}
	.ym_header_right{
		display:none;
		background:white;
		text-align:center;
		position: fixed;
		width:100%;
		left:0;
		right:0;
		margin-top:-5px;
		box-shadow:0 5px 5px rgba(0,0,0,0.2);
	}
	.ym_hero{
		height:500px;
	}
	.ym_hero_content{
		height:auto;
		display:block;
	}
	.ym_hero_logo{
		padding-bottom:100%;
	}
	.ym_hero_info{
		width:100%;
		height:100%;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.ym_hero_product_image{
		height:auto;
		padding-bottom:100%;
		margin-top:-5rem;
		width:120%;
		margin-left:-10%;
	}
	.ym_beer_finder_form{
		margin-bottom: -0.5rem;
	}
	.ym_beer_finder_form .col-sm-6{
		margin:0 0 0.5rem;
	}
	.ym_beer_finder_results {
		width: 78%;
		left: 5%;
		top: 73%;
		height: 250px;
		bottom: auto;
	}
	.ym_beer_finder_map {
		padding-bottom: 100%;
		margin-bottom: 200px;
		overflow: visible;
	}
	.ym_product_image{
		padding-bottom:100%;
	}
	.ym_beer_finder_list table th{
		display:none;
	}
	.ym_beer_finder_list table tr {
	    border-bottom: 3px solid white;
	    display: block;
	    margin-bottom:2rem;
	}
	.ym_beer_finder_list table tr:first-child{
		border-bottom:0;
		margin:0;
	}
	.ym_beer_finder_list table td {
	    border-bottom: 1px solid #ddd;
	    display: block;
	    font-size: .8em;
	    text-align: right;
	}
	.ym_beer_finder_list table td::before {
	    content: attr(data-label);
	    float: left;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	.ym_beer_finder_list table td:last-child {
	    border-bottom: 0;
	}
}

@media(max-width:575px){
	.ym_header_nav li{
		display:block;
	}
	.ym_header_nav li a{
		padding:1rem;
	}
	.ym_hero_logo{
		padding-bottom:40%;
		margin:2rem 0 0;
	}
	.ym_hero_info{
		margin:1rem 0 0;
	}
	.ym_hero_product_image{
		margin-top:-3rem;
	}
	.ym_beer_finder_results ul li h5{
		padding-right:4rem;
		font-size: 16px;
	}
	.ym_beer_finder_results ul li {
  		padding: 0.5rem 0 1rem 2rem;
  	}
  	.ym_beer_finder_results ul li span{
  		top:0.75rem;
  		right:0;
  	}
  	.ym_product_image{
		padding-bottom:80%;
	}
}