
html,
body {
    height: 100%;
}

.container 
{
    width:100%;
    background-image: url("images/dinner-table-444434_1920.jpg");
	background-size: cover;
	background-repeat:no-repeat;    
}
.container-box
{
    display: inline-block;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    position: fixed;
    top: 10%;
    z-index: 1040;
    right: 0;
    border-radius: 0.3em;

}

.modal-content
{
	background: rgba(255, 255, 255, 1);	
}


.rotated
{

}



