/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.tcm-share-hanger {
  position: sticky;
  top: 25%;
  left: 3.5vw;
  padding: 0px 0 14% 0;
  font-size: 20px;
  z-index: 2;
}
.tcm-share-hanger label {
  opacity: 0.5;
  font-family: Lato;
  font-size: 20px;
  text-align: left;
  color: #a0a0a0;
  text-transform: uppercase;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}
.tcm-share-hanger ul {
  padding-left: 0;
  width: 40px;
  list-style-type: none;
}
.tcm-share-hanger ul li {
  border-radius: 50%;
  margin-top: 10px;
  box-shadow: 0 0 55px #DCDCDC, inset 0 0 1px #DCDCDC;
}
.tcm-share-hanger ul li a {
  display: block;
  border: 0;
  text-decoration: none;
  color: #a0a0a0;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.tcm-share-hanger ul li a img {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.this-month-lander .tcm-share-hanger,
.tcm__container.hosts .tcm-share-hanger {
  display: none;
}

@media only screen and (min-width: 34.438em) {
  .this-month.this-month-article .film-detail__toggle-content, .this-month.hosts .film-detail__toggle-content {
    display: inline-flex;
    max-width: 89%;
  }
}
@media only screen and (min-width: 64.06em) {
  .this-month.this-month-article .film-detail__toggle-content, .this-month.hosts .film-detail__toggle-content {
    max-width: 960px;
  }
}
@media only screen and (min-width: 80em) {
  .this-month.this-month-article .film-detail__toggle-content, .this-month.hosts .film-detail__toggle-content {
    max-width: 871px;
    padding-left: 6px;
  }
}
.this-month.this-month-article .tcm-share-hanger, .this-month.hosts .tcm-share-hanger {
  display: none;
}
@media only screen and (min-width: 34.438em) {
  .this-month.this-month-article .tcm-share-hanger, .this-month.hosts .tcm-share-hanger {
    width: unset;
    display: inline-block;
    margin-top: 150px;
  }
}
@media only screen and (min-width: 80em) {
  .this-month.this-month-article .tcm-share-hanger, .this-month.hosts .tcm-share-hanger {
    margin-top: 255px;
    margin-left: 48px;
  }
}
@media only screen and (min-width: 34.438em) {
  .this-month.this-month-article .no-hero + .tcm-share-hanger, .this-month.hosts .no-hero + .tcm-share-hanger {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 80em) {
  .this-month.this-month-article .no-hero + .tcm-share-hanger, .this-month.hosts .no-hero + .tcm-share-hanger {
    margin-top: 206px;
  }
}
@media only screen and (min-width: 80em) {
  .this-month.hosts .tcm-share-hanger {
    margin-top: 120px;
  }
}