  .movie-box{
  position: relative;
width: 80%;
    height: 455px;
}  

@media only screen and (max-width: 599px){
  .movie-box{
  position: relative;
  width: 100%;
  height: 215px;
}  
}


