@media screen and (min-width: 480px) {
    .block_buster>a>img{
        width:  270px;
    }
    /* .movieimages{
        width:  100% !important;
    } */
    #blog .block ul li {
        height: -1px !important;
        overflow: hidden;
        width: 50%;
        float: left;
        background: #fff;
        text-align: center;
        color: #959595;
        transform: 1s;
      }
     
}
.block_buster>a img{
    width: 100%;
}
.movie_list>a img{
    width:100%;
    height: 250px;
}
