@media screen and (max-width:1330px){
 .film-post .uk-h2{
   font-size:30px !important;
   hyphens:auto;
  }
}

.no-poster {
    width: 95%;
}

@media screen and (max-width:768px){
 .film-post .uk-h2{
   font-size:25px !important;
   hyphens:none;
  }
}
.film-post .uk-h2{
    margin-bottom: 30px;
}