#sidebar {
  background-color: white;
}


#sidebar .sidebar-giving-form {
  margin: 10px 20px;
}

.container {
	overflow: hidden;
}

.container #text {
	padding-bottom: 100%;
    margin-bottom: -100%;
    width: 72% !important;
}

.container #sidebar {
	padding-bottom: 100%;
    margin-bottom: -100%;
    background-color: white;
    width: 28%;
    padding-right: 0px;
}