/* Custom CSS */

.posterimg {
  max-width: 600px;
}

@media( max-width:768px)
{
    .posterimg {
        max-width: 100%;
}
}