/* =================================================================== 
 *
 *  Howdy v1.0 Base Stylesheet
 *  08-13-2016
 *  ------------------------------------------------------------------
 *


/* ------------------------------------------------------------------- 
 * Media - (_basic.scss)
 * ------------------------------------------------------------------- */
img,
video {
	max-width: 100%;
	height: auto;
}


/* ------------------------------------------------------------------- 
 * small screens - (_grid.scss)
 * ------------------------------------------------------------------- */

/* THIS PART IS BLOCKED TO AVOID EXTRA SPACE
@media screen and (max-width:1024px) {
	.row .row {
		margin-left: -18px;
		margin-right: -18px;
	}

	[class*="col-"] {
		padding: 0 18px;
	}

}
*/
.group1 {
	height: auto;
}

.group2 {
	height: auto;
}

.group3 {
	height: auto;
}

.hide {
	display: none;
}
