.actor_picture
{
 display:inline-block;
 width:30px;
 height:30px;
 font-size:0;
 line-height:0;
 padding:0;
 margin:0 2px 2px 0;
 border-radius:100%;
 background-position:center;
 background-size:cover;
 vertical-align:top
}

.cover
{
 height:calc(100%);
 display:block;
 background-size:cover;
 background-position:center;
 background-image:url(/movies/images/no-poster.jpg);
 z-index:1;
 transition:transform 0.75s ease-in-out
}

.cover>noscript>img
{
 display:block;
 width:100%;
 height:100%;
 object-fit:cover
}

article:hover .cover
{
 transform:scale(1.25)
}

section.no_result>p
{
 text-align:center
}