http://prntscr.com/f77esx

buradaki gibi bir görüntü istiyorsanız aşağıda verdiğin kuralları var olanlar ile komple değiştirin.

Lütfen yedeğinizi alıp öyle değişiklikleri uygulayın.

Dosya : Style.css

.moviefilm {
    width: 140px;
    height: 260px;
    float: left;
    background: #242424;
    color: #005baa;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding-top: 3px;
    margin: 1.5px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    font-family: 'Arial', arial, serif;
    border-radius: 4px;
    transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.moviefilm img {
    margin: 2px 0px -1px 0px;
    width: 100%;
    height: auto;
}
.movief {
    width: 100%;
    height: 30px;
    float: left;
    color: #005baa;
    font-size: 12px;
    font-weight: normal;
    background: #242424 url(images/filmalt1.png) no-repeat;
    overflow: hidden;
    padding-top: 4px;
    line-height: 14px;
    font-family: 'Arial', Georgia,Serif;
}
.movies {
    width: 100%;
    height: 24px;
    float: left;
    color: #ccc;
    font-size: 13px;
    font-weight: bolder;
    overflow: hidden;
    margin-left: -1px;
    background: url(images/filmalti2.png) no-repeat;
    font-family: 'Arial', arial, serif;
    background-size: cover;
}