body{
  background: white;
  margin: 0px;
}
.container{
  width: 100%;
}
video{
  width: 100%;
}
.video{
  width: 100%;
}
img{
  width: 100%;
}
ul{
  border: 1px solid;
  width:96%;
  margin: 0px;
  padding: 5px;
}
ul li{
  display: flex;
  width: 100%;
  height: auto;
  list-style: none;
  margin-bottom: 6px;
  box-shadow: 0px 0px 4px 0px rgb(218, 198, 198);
}
ul li .img{
  width: 100px;
  height: 100%;
  margin: auto;
  margin-right: 5px;
}
ul li .img img{
  width: 100px;
  height: auto;
  border: 1px solid blue;
}
ul li h1{
  font-size: 5vw;
  margin-top: 1px;
  margin-bottom: 2px;
}
ul li p{
  font-size: 3vw;
  margin-top: 1px;
  margin-bottom: 2px;
}
ul li span{
  font-size: 3vw;
  margin-top: 1px;
  margin-bottom: 2px;
  text-align: right;
}

.btnback{
  position: fixed;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}
