@media all and (max-width : 1280px) {

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.header-content {
	width: 100%;
}

}

@media all and (max-width : 890px) {

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.column-quarter,
.column-three-forths {
	width: 50%;
}

}

@media all and (max-width : 760px) {

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.wrapper {
	overflow-x: hidden;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.column {
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.column-quarter,
.column-half,
.column-three-forths {
	width: 100%;
}

/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/

.random-thought .home-image {
	margin-top: 48px;
}

}