@media (max-width: 700px) {
	.buildingDetails .column2.leftCol {
  width: calc(100% - 60px);
  height: calc(50vh - 60px);
}
	
	.buildingDetails .column2.rightCol {
  width: calc(100% - 60px);
  bottom: 0;
  min-height: calc(50vh - 60px);
  height: calc(50vh - 60px);
  overflow: scroll;
}
	
	.buildingDetails img {
  max-height: 100%;
}
}