.movies__list{position:relative;display:flex;justify-content:center;gap:2vw;width:80%;margin:4em auto 0}@media screen and (max-width: 767px){.movies__list{flex-wrap:wrap;margin:3em auto;gap:10vw}}.movies__item{display:flex;flex-direction:column;align-items:center;width:50%;cursor:pointer;transition:.5s}@media screen and (min-width: 768px){.movies__item:hover{filter:brightness(1.1);transform:translateY(-0.5vw)}}@media screen and (max-width: 767px){.movies__item{width:100%}}@media screen and (max-width: 767px){.movies__item-thumb-inner{border:solid 1px rgba(133,131,123,.3);border-radius:3vw;overflow:hidden;line-height:0}}.movies__item-title{display:block;margin-top:.7em;font-size:.9rem;color:#9c978a}