@charset "UTF-8";
/***!  Style Declaration  !***/

@media screen and (min-width:600px){.movie-row{flex-direction:row}.movie-poster{width:25%}.movie-data{width:75%}}@media screen and (max-width:600px){.movie-row{flex-direction:column}.movie-poster{width:100%}.movie-data{width:100%}}.movie-title{background-color:rgba(255,255,255,0.8);text-align:center;margin-bottom:5px}.movie-row{display:flex;width:100%;gap:5px}.movie-poster{background-color:rgba(255,255,255,0.8)}.movie-data{background-color:rgba(255,255,255,0.8)}.movie-container{background-color:#2196F3;padding:5px;margin-bottom:10px}
