/* 
    Document   : syile
    Created on : 2019/08
    Author     : Tago
    Description:
        Purpose of the stylesheet follows.
*/
.layout-body{
    text-align: center;
}
.wrapper{
	width:75%;
	margin:auto;
	display: flex;
	justify-content: space-between;
}
video {
    width: 800px;
  }
@media screen and (max-width: 800px){
    #sub_contents{
        text-align: center;
    }
    .wrapper{
		display:block;
	}
    video {
        width: 100%;
      }
}
