
html,
body {
    height: 70%;
}

.container1
{
    height: 100%;
    width:100%;
	}
.container-box
{
	display:inline-block; 
	padding:10px; 
	border: 1px solid #fff;	
	position: fixed;
  	top: 80%;
	left: 0;
	z-index: 99999;
}


.modal-content
{
	background: rgba(255, 255, 255, .7);	
	margin-top: 55px;
	z-index: 99999;	
}


.rotated
{
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: top left;  
}