/* line 1, ../scss/_teaser.scss */
.fsm_detail .teaser {
  float: left;
  display: block;
  width: 120px;
  height: 120px;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 0.75em 0.25em 0;
  white-space: nowrap;
  z-index: 99;
}
@media (max-width: 479px) {
  /* line 1, ../scss/_teaser.scss */
  .fsm_detail .teaser {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 1em;
  }
}
/* line 19, ../scss/_teaser.scss */
.fsm_detail .teaser * {
  white-space: nowrap;
}
/* line 23, ../scss/_teaser.scss */
.fsm_detail .teaser:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
/* line 31, ../scss/_teaser.scss */
.fsm_detail .teaser img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 4, ../scss/post-detail.scss */
.fsm_detail .teaser.has-caption {
  height: auto;
  padding: 8px;
  background: #f8f8f8;
  border: solid 1px #eee;
}
/* line 9, ../scss/post-detail.scss */
.fsm_detail .teaser.has-caption .caption {
  display: block;
  text-align: left;
  padding: 8px 0;
  white-space: normal;
}
/* line 18, ../scss/post-detail.scss */
.fsm_detail .content ul {
  overflow: hidden;
}
