.md-form input[type="text"]:focus {
  box-shadow: 0 1px 0 0 black !important;

  border-bottom: 1px solid black !important;
}

.poster {
  position: relative;
  top: 0;
  left: 0;
}

.fav-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 24px;
  width: 24px;
}
