.theorg {
	height: 700px;
	width: 900px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
.theorg {
	height: 900px;
	width: 700px;
}
}

@media only screen and (max-width: 767px) {
.theorg {
	height: 900px;
	width: 275px;
}
}