.hero-image-holder {
  position: relative;
  height: 100%;
  width: 57vh;
  overflow: hidden;
}
.hero-image-holder > img {
  position: absolute;
  top: 0;
  left: 73%;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  margin: auto auto auto -100%;
}
.cast-bio-page .hero-image-holder > img,
#container.archive .hero-image-holder > img {
  left: 50%;
  margin: auto auto auto -50%;
}

/*
.hero-image-holder {
  position: relative;
  height: 100%;
  width: 55vh;
  overflow: hidden;
}

.hero-image-crop{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.hero-image-holder > img{
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  margin: auto auto auto -100%;
}

.js .hero-image-crop img {
  left: 50%;
}

.hero-image-crop .gradient {
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 100%;
  background: transparent url(/profiles/aetv/modules/custom/aetv_episode/images/gradient.png?v=2) repeat-y;
  background-size: 100% 50%;
}
*/




