/*

	Less+ by Jimmy Rosén, https://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, https://lessframework.com

*/

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

body {
  width: 252px;
  padding: 48px 34px 60px;
}


#example {
  height: 600px;
  background: #FF0;
}

article {
  width: 252px;
  float: right;
}

aside {}

#example {
  display: none !important;
}

header#masthead nav a {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #DDD;
  background-image: none;
  padding: 0 !important;
  margin: 0;
  margin-bottom: .5em;
}

header iframe,
article iframe {
  width: 100% !important;
  height: 200px !important;
}

article img {
  max-width: 100%;
}
