﻿@media screen and (min-width: 1023px) {
  .smbc-zig-zag-feature-widget div.title {
    font-family: capitolium-2, serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -2px;
    text-align: left;
    padding: 45px 0 0 0;
  }
}
@media screen and (max-width: 992px) {
  .smbc-zig-zag-feature-widget div.title {
    font-family: capitolium-2, serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -2px;
    text-align: left;
    padding: 0;
    color: #004831;
    max-width: 650px;
  }
  .smbc-zig-zag-feature-widget .article-big .article__content p {
    color: #004831;
    font-weight: 300;
    letter-spacing: 0;
    margin: 1.5rem 0 2.5rem;
    padding-left: 0;
    font-family: myriad-pro, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    max-width: 650px;
  }
}
@media screen and (max-width: 500px) {
  .smbc-zig-zag-feature-widget div.title {
    max-width: 350px;
  }
  .smbc-zig-zag-feature-widget .article-big .article__content p {
    max-width: 350px;
  }
}
.smbc-zig-zag-feature-widget .eyebrow {
  font-weight: 700;
  font-family: capitolium-2, serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .smbc-zig-zag-feature-widget .eyebrow {
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1023px) {
  .smbc-zig-zag-feature-widget .eyebrow + div.title {
    line-height: 50px;
    font-size: 42px;
    font-weight: 300;
  }
}
.smbc-zig-zag-feature-widget .eyebrow + h2, .smbc-zig-zag-feature-widget .eyebrow + div.title {
  margin: 2.8rem 0 0;
}
.smbc-zig-zag-feature-widget .eyebrow .article-big .article__content div.title + p {
  margin: 2.5rem 0;
}

div.title {
  font-family: capitolium-2, serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2px;
  text-align: left;
  padding: 0;
  color: #004831;
}

@media screen and (max-width: 992px) {
  div.title {
    font-size: 34px;
    line-height: 38px;
  }
  .eyebrow {
    font-size: 34px;
    line-height: 38px;
  }
  .article-big .article__content p {
    /*                font-size: 18px;
                    line-height: 24px;*/
  }
}
.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-icon.svg);
  width: 94px;
  height: 94px;
  z-index: 3;
}
.feature-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
