#movies_we_love_holder {
    overflow: auto;
    padding: 20px 0;
}
#movies_we_love_holder h2{
    clear: both;
    color: #ddd;
    font-size: 32px;
    margin: 0 0 0 2%;
}

.movie_we_love {
    float: left;
    margin: 0 0 15px 2%;
    max-width: 200px;
    overflow: auto;
    padding-bottom: 10px;
    text-align: center;
    width: 30%;
}
.movie_we_love a:first-child{
    background-size: 100% 100%;
    border: 1px solid #cecece;
    display: block;
    height: 0;
    margin-bottom: 5px;
    padding-top: 137%;
    width: 100%;
}
.movie_we_love a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.movies-we-love-intro{
    margin: 0 2%;
}
.movies-we-love-sort{
    margin-bottom: 0;
}
.sortby-movieTitle .movies-we-love-sort a:first-child{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.sortby-releaseYear .movies-we-love-sort a:last-child{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.movies-we-love-intro header{
    overflow: auto;
}
.movies-we-love-intro header h1{
    float: left;
}
.movies-we-love-intro header .header-link{
    float: right;
    font-family: Arial,?Helvetica,?sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.movies-we-love-intro header .icon-arrow-right::before{
    text-shadow: none;
    vertical-align: text-bottom;
}
@media (max-width: 1023px) {
    .movie_we_love a:last-child {
        display: none;
    }
}