/* Media Query Mixin */
/* Based off of: http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ */
/*** FONTS ***/
/*** COLORS ***/
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */

section#feature div.video .homepage-video-feature {
  display: block;
  width: 100%;
  height: 100%;
}

section#feature div.video {
	background-image:url();
}

section#feature div.video .california-charcuterie-home-desktop {
	width: 100%;
	height: auto;
}
section#feature div.video .blue-flat-button {
	position: absolute;
bottom: 20px;
right: 50%;
background: #199ad6;
color: white;
padding: 13px 40px;
text-decoration: none;
font-family: museo slab;
font-weight: 700;
text-transform: uppercase;
}

@media screen and (max-width: 926px) {
	section#feature div.video .blue-flat-button {
		display: none;
	}
	
	section#feature div.video .california-charcuterie-home-desktop {
	display:none !important;
}
	section#feature div.video .california-charcuterie-home-mobile {
	display:inherit !important;
		width: 100%;
		height: auto;
		margin-bottom: -3px;	
}
	
	
}