@charset "utf-8";


/*movie list*/
.reelsContainer {}
.reelsContents {display: flex;flex-direction: row;width: 100%;height: 600px;justify-content: space-around; padding-bottom: 5%; padding-top:3%;}
.reelsContents > li {border-radius:10px; border: 1px solid #ddd; overflow: hidden; }
.movie-reels {width: 270px;height:550px;}
.movie-reels iframe {width: 100% !important;height:100%;max-width: 100%;min-width: 100% !important;/* min-height: 100%; */}

/*릴스 컨텐츠 제목*/
.reels-title {display: block;background-color:#f1f5ff80; text-align:center; border-radius:5px; font-weight: 600; font-size:1.0em; height:19px; padding:7px 2px 2px 2px;}
.reels-date {display: block;background-color:#f1f5ff80; text-align:center;}