.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 0;

  padding: 0 15px;
}
.chat-wrapper {
		float:left;
  display: inline-block;
  position: fixed;
  bottom: 80px;
  right: 80px;
  margin: 10px;
  z-index: 9999;


}
.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* Position the items */
	// &:nth-child(2) { top: 25%; }
	// &:nth-child(3) { top: 50%; }
	// &:nth-child(4) { top: 75%; }
}
