/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ==============================================
 * CUSTOM
 * ===============================================*/

.flex-direction-nav {
    display: none;
}

.flex-control-nav {
    display: none;
}


/* ==============================================
 * RESPONSIVE
 * ===============================================*/
@media screen and (max-width: 779px) {


.slides {
	height: 320px;
}
.slides li {
	height: 100%;
}


}
