#recommend_movie_list{
height:160px;
border: solid 1px #fff;
display:flex;
justify-content: space-between;
gap:10px;
overflow-x: scroll;
overflow-y:hidden;
}

#recommend_movie_list div{

  flex: 0 0 auto;
  width:100px;
  text-align:center;

}

#recommend_movie_list p{

  font-size:0.7em;
  line-height:1.2em;

}

#recommend_movie_list img{

  width:100px;
  height:100px;

}