.node--type-press-release.node--view-mode-card.has-remote_video .field--name-field-media-image {
  position: relative;
}
.node--type-press-release.node--view-mode-card.has-remote_video .field--name-field-media-image:before {
  content: "";
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/node/../../images/icons/player_video.svg");
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  cursor: pointer;
}
.node--type-press-release.node--view-mode-card .field--name-field-file {
  display: none;
}
/*# sourceMappingURL=press-release-card.css.map */
