﻿.smbc-zig-zag-feature-widget .eyebrow {
  text-transform: uppercase;
  color: #826E4F !important;
  letter-spacing: 0.3rem;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.smbc-zig-zag-feature-widget .eyebrow + h2, .smbc-zig-zag-feature-widget .eyebrow + div.title {
    margin: 2.8rem 0 0;
}

.article-big .article__content div.title + p {
    margin: 2.5rem 0 0;
}

@media screen and (min-width: 1023px) {
    .smbc-zig-zag-feature-widget .eyebrow + div.title, .smbc-zig-zag-feature-widget div.title {
        line-height: 50px;
        font-size: 42px;
        font-weight: 300;
    }
}

div.title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
}

.img-vid-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-video {
  min-height: 400px;
  width: 100%;
  background: #d3d3d3;
}
.feature-video .vid-play-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-video .vid-play-container .vid-play-icon {
  background-image: url(../../../../images/vid-play.svg);
  width: 40px;
  height: 40px;
  z-index: 3;
}
.feature-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
