html, body {
  height: 100%;
}

.container{
	display:flex;
	width : 100%;
	flex-direction: column;
	align-items: center;
	height:100%;
}
.download{
	display:flex;
	width : 100%;
}
.download div{
	flex:50%;
	display:flex;
	align-items: center;
	justify-content: center;
}
.divios{
	display:none !important;
}

.download img{
	height:200px;
}

.image{
	height:100%;
}

#marker{
	width:100%;
	height:100%;
}