body {
	width: 100%;
	background-image: url("/img/swirl_@2X.png");
	background-repeat: repeat;
}

h1.title {
	height:125px;
	background-color: whitesmoke;
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

img.profile {
	width: 150px;
	align: left;
}

.my-cell-medium-only-8 {
  @include xy-cell();

  // Generate a cell with a 8/12 width on medium breakpoint only
  @include breakpoint(medium) {
    @include xy-cell(8);
  }
}