@charset "UTF-8";
/* CSS Document */

.youtube_movie{
  margin-bottom: 50px;
  width: 100%;
  height: auto;
}

.movie_item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.manufacturinglist {
 display: flex;
 flex-wrap: wrap;
 mrgin-botton:50px;
 justify-content:space-between;
}

.manufacturinglist li{
 width:24%;
 margin-righr:1%;
 margin-bottom:1%;
}