div.cartodb-popup.header div.cartodb-popup-content {
  max-height: initial !important;
}

div.carto-map {
	max-width: 90%;
	width: 100%;
	margin: 0 auto 40px;
	height: 800px;
}

div.carto-map div.container {
	max-width: 90%;
	width: 90%;
	margin: 0 auto;
	height: 800px;
}

div.carto-map div.container div.map-container {
	max-width: 90%;
	margin: 0 auto;
	height: 800px;
}

div.carto-map :after, {
  box-sizing: border-box;
  height: 800px;
}

div.carto-map :before {
  box-sizing: border-box;
  height: 800px;
}

div.map {
	max-width: 90%;
	width: 90%;
	margin: 0 auto 40px;
	height: 800px;
}

div.map div.container {
	max-width: 90%;
	width: 90%;
	margin: 0 auto;
	height: 800px;
}

div.map, div.map .map-container {
  height: 800px;
}

#map-0 > div > div > div.cartodb-infowindow > div > div.cartodb-popup-content-wrapper > div > div > div.jspVerticalBar { 
	display: none; 
}