.homespacer {
	width: 100px;
	height: 134px;
}

.fb-icon {
	margin: -30px 0 0 350px;
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
}

@media only screen and (max-width: 799px) {
    .homebox-right, .homebox-left {
        float: none !important;
        margin: 12px auto;
    }

    .homespacer {
		width: 10px;
		height: 10px;
	}

	.fb-icon {
		margin: 18px auto;
		position: relative;
		z-index: 0;
		width: 30px;
		height: 30px;
	}

}