.left {
    position: relative;
    left: 50px;
    width: 70%;
	background: lightgray;
	padding: 5px;
    
}
  
   .name {
    position: relative;
    left: 50px;
    width: 70%;
	color: green;
    font-size: 30px;
	background: lightgray;
	padding: 5px;
}/*<!-- test-->
   .flex-container {
	  
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
	<!--left: 5%;
    width: 70%;
	position: relative;
    display: flex;
    flex-direction: row;
	background: lightgray;
	align-items: stretch
}-->*/
#boxoffice {
	left: 5%;
    width: 70%;
    background: lightgray;
    background-repeat: cover;
    border-radius: 5px;
    padding: 20px;
}
<!-- -->
   .usr {
	     background: tomato;
  padding: 5px;
  width: 200px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
	   /*
	   text-align: left;
    position: relative;
    left: 50px;
    width: 35%;
	maxwidth: 35%;
	color: black;
    font-size: 20px;
	background: lightgray;
	padding: 5px;
	-->*/
}
.usr1 {
	   text-align: right;
    position: relative;
    left: 50px;
    width: 35%;
	color: black;
    font-size: 20px;
	background: lightgray;
	padding: 5px;
	
}.desc {
	white-space: pre-wrap;
    position: relative;
    left: 50px;
    width: 70%;
	padding: 20px;
    border: 3px solid lightgray;
	background: lightgray;
	padding: 5px;
}
.wiedow {
	   
    position: relative;
    left: 50px;
    width: 70%;
	color: black;
    font-size: 20px;
	border: 3px solid lightgray;
	background: lightgray;
	padding: 5px;
	color: black;
}.wiedow:a:link, .wiedow:a:visited {
    background-color: rgb(31, 198, 111);
    color: white;
    padding: 14px 25px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
}

.wiedow:a:hover, .wiedow:a:active {
    background-color: lightgreen;
	color: green ;
}video {
    align-self: center;
    width: 100%;
    max-height: 70vh;
    padding: 0;
    border: 1%;
    border-color: transparent;
    margin-bottom: 0;
    padding-bottom:0;  
    background: black;
    border-radius: 5px;
}
img.top {
    vertical-align: text-top;
  }tr.top, td.top{
  vertical-align: top;
  }textarea{
  width: 100%;
  }tr.right, td.right{
  text-align: right;
  }