html,body{
  	height:100%;
}

html {
  scroll-behavior: smooth;
}



#main, #main>.row-map {
	height:100%;
}

#main>.row-map {
	 overflow-y:scroll;
}

#shareBox {
	 display: none;	 
}

#map-canvas {
	 position:absolute;
	 right:0;
	 left:0;
	 top:50px;
	 bottom:0;
	 overflow:hidden;
}

#guess-img {
    max-width: 200%;
    max-height: 70%;
}

#guess-map {
    min-height: 1200px;
}

#bodyContent {
    min-width: 200px;
}

.news-img {
    text-align: center;
    width: 220px;
}

.news-img img{
    height: 120px;    
    width: auto;
}
