.market-look-header {
    position: relative;
    margin-top: 0;
    margin-bottom: 4rem;
}

figure.fig img {
    width: 100%;
}

.banner {
    position: relative;
    display: block;
    border-radius: 6px;
    background: #ffffff;
    padding: 0;
    text-align: center;
}
.banner > .banner-head {
    position: relative;
    padding: .5rem 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.banner > .banner-head i.fa {
    color: #4fc3f7;
}

.banner > .banner-body {
    position: relative;
    display: block;
    padding: .5rem 1rem;
}
.banner.banner-column {
    padding: .75rem .25rem;
}
.banner.banner-screenings {
    background: transparent;
    padding: 0 0;
}
.banner img {
    width: 80%;
    margin: 0 auto;
}
.banner.banner-column img {
    width: 85%;
    margin: 0 auto;
}
.banner.banner-screenings img {
    width: 100%;
}
.banner a  {
    position: relative;
    display: block;
}
.banner .badge.badge-logo {
    display: block;
    width: 128px;
    padding: 0;
}
.banner .badge.badge-logo > img{
  width: 100%;
  vertical-align: middle;
}
.banner .version {
    display: inline-block;
    font-size: .85rem;
    font-weight: normal;
    color: #666;
    vertical-align: middle;
}
.banner .number {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    vertical-align: middle;
}
.banner .badge.badge-new {
    position: absolute;
    top: 0;
    right: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background: transparent;
}

@media (max-width: 767px) {
    .breadcrumb {
        margin-top: 2rem;
    }
}

.breadcrumb li {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb>li+li:before {
    content: "\203A\00a0";
    padding: 0 5px;
    color: #000;
}


.column-list-header h1 {
    margin: 0 auto;
    max-width: 512px;
}
@media (max-width: 767px) {
    .column-list-header h1.market-look {
        margin-top: 2rem;
        font-size: 64px;
    }
}
.column-list-header h1 > img {
  width : 100%;
  z-index: 2;
}
.banner {
  z-index: 2;
  position: relative;
}
.banner p.seq {
  position: absolute;
  top: -.5rem;
  right: 1rem;
  font-family: Geogia;
  font-size: 2.5rem;
  font-weight: 900;
  font-style: italic;
  color: #000;
}
.column-list-item {
  z-index: 4;
  line-height: 1.2em;
}
.column-list-item b {
    font-size: 16px;
    font-weight: bold;
}
.column-list-item p.small {
    font-size: 14px;
    line-height: 1.4em;
}
.column-list-item .author {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.column-list-item .published_on {
    font-size: 14px;
    color: #666;
}
.column-list-item .author figure {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
    display: inline-block;
    margin: auto 8px auto auto;
}
.column-list-item .author figure img {
    width: 100%;
}
.column-list-item .author p {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
}
