/* app/assets/stylesheets/mweb/global/movie-card.css */
.movie-card {
  background-position: center center;
  background-size: cover;
  color: var(--neutral-000);
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 0;
}
.movie-card:before {
  content: "";
  background-color: var(--neutral-600);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.movie-card__poster {
  background-color: #333;
  border: 1px solid var(--neutral-000);
  width: 100px;
  height: 150px;
  overflow: hidden;
}
.movie-card__poster--playable:after {
  content: "";
  background-color: var(--dark-overlay-80);
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.2%22%20height%3D%2228.2%22%20viewBox%3D%220%200%2028.2%2028.2%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C!%5BCDATA%5B%20.st0%7Bfill%3A%23FFFFFF%3B%7D%5D%5D%3E%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14.1%2028.1c-7.7%200-14-6.3-14-14s6.3-14%2014-14%2014%206.3%2014%2014-6.3%2014-14%2014zm0-26.1c-6.7%200-12.1%205.4-12.1%2012.1%200%206.7%205.4%2012.1%2012.1%2012.1%206.7%200%2012.1-5.4%2012.1-12.1%200-6.7-5.4-12.1-12.1-12.1zm-3.6%206.1v11.9l9.6-5.9z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  opacity: 1;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/search/mobile.fodo4ogj.css */
/*# sourceMappingURL=mobile.css.map */
