		
	@media only screen and (max-height: 400px) 		  
	{
		body {background-color: Orange;}
		.icones {
			padding:5px;
			width :3vw;
			height:3vw;
			border-radius: 50%;
		}
		
		/* The Modal (background) */
	.modal {
	  display: none; /* Hidden by default */
	  position: sticky; /* Stay in place */
	  z-index: 100; /* Sit on top */
	  padding-top: 0.5vw; /* Location of the box */
	  top: 1%;
	  width: 100%; /* Full width */
	  bottom:1%;
	  height: 350px; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  border-radius: .5vw 1.5vw;
	  background-color: #B8CBD0; /* Black w/ opacity */
	  opacity:1;
	}

	/* Modal Content */
	.modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: .5vw;
	  border: 1px solid #888;
	  width: 98%;
	  height: 350px; /* Full height */
	  border-radius: .5vw 1.5vw;
	  
	}
	
	object {height: 300px}
	
	}	

	