html { min-height: 100vh; }

body {
  background: #6190E8;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #A7BFE8, #6190E8);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #A7BFE8, #6190E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



		.map-container {position: relative;}
		.map-container-inner {
		min-height: 100% !important; height:0; padding-bottom: 55.574%;
		}
		.img-map {width: 100%;}

		.btn-machine {text-align: center; color: white; font-size: 30px; cursor: pointer; }
		@media(max-width: 1200px) {
		.btn-machine { font-size: 20px; }
		}
		.btn-machine {width: 4%; height: 7.5%; background-color: rgba(0,0,0,0.8); border-radius: 50%;}
		.btn-machine:hover {background-color:  rgba(0,0,111,0.9);}
