﻿.smbc-video-feature-widget .eyebrow {
  color: #826E4F;
}
.smbc-video-feature-widget .container {
  /*padding: 0;*/
}
@media (max-width: 500px) {
  .smbc-video-feature-widget .container {
    padding: 0 1.6rem;
  }
}
.smbc-video-feature-widget .vid-col {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}
@media (max-width: 500px) {
  .smbc-video-feature-widget .vid-col {
    margin-bottom: 0;
  }
}
.smbc-video-feature-widget .vid-col .vid-col-inner {
  position: relative;
}
.smbc-video-feature-widget .vid-col .img-vid-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
.smbc-video-feature-widget .vid-col .img-vid-thumb.fig .vid-play-icon {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  transition: transform 0.4s;
  cursor: pointer;
  position: absolute;
  top: 36%;
}
.smbc-video-feature-widget .vid-col .img-vid-thumb.fig .vid-play-icon:hover {
  transform: scale(1.25);
}
.smbc-video-feature-widget .vid-col .img-vid-thumb.fig .vid-play-icon.black {
  background-image: url(../../../../images/vid-play-icon.svg);
}
.smbc-video-feature-widget .vid-col .img-vid-thumb.fig .vid-play-icon.white {
  background-image: url(../../../../images/vid-play-icon-white.svg);
}
@media (max-width: 500px) {
  .smbc-video-feature-widget .vid-col .img-vid-thumb.fig .vid-play-icon.white {
    background: none;
  }
}
.smbc-video-feature-widget .vid-col .vid-play-container {
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 375px) {
  .smbc-video-feature-widget .vid-col .vid-play-container.vid-play-btn .vid-play-icon {
    top: 32%;
    left: 44%;
  }
}
.smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  transition: transform 0.4s;
  cursor: pointer;
  position: absolute;
  top: 36%;
}
@media (max-width: 375px) {
  .smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon {
    top: 24%;
    left: 38%;
  }
  .smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon.read {
    top: 36%;
  }
}
.smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon:hover {
  transform: scale(1.25);
}
.smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon.black {
  background-image: url(../../../../images/vid-play-icon.svg);
}
.smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon.white {
  background-image: url(../../../../images/vid-play-icon-white.svg);
}
@media (max-width: 500px) {
  .smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon.white {
    background: none;
  }
}
@media (max-width: 500px) {
  .smbc-video-feature-widget .vid-col .vid-play-container.headline-link .vid-play-icon {
    top: 24%;
    left: 38%;
  }
  .smbc-video-feature-widget .vid-col .vid-play-container.headline-link .vid-play-icon.read {
    top: 36%;
  }
}
.smbc-video-feature-widget .vid-col .feature-vid {
  min-height: 267px;
  width: 100%;
}
.smbc-video-feature-widget .vid-col .feature-vid iframe.on-page-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.smbc-video-feature-widget .vid-col .feature-vid .modal {
  height: 100vh;
  width: 100vw;
  /* opacity: 88%;*/
}
.smbc-video-feature-widget .vid-col .feature-vid .modal .modal-content {
  width: 100vw;
  height: 100vh;
  min-height: 1000px;
  /* background: #333333; */
  opacity: 94%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.smbc-video-feature-widget .vid-col .feature-vid .modal .close {
  color: #fff;
}
.smbc-video-feature-widget .vid-col .feature-vid .modal .modal-body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  margin-top: 60px;
  flex: none;
}
.smbc-video-feature-widget .vid-col .feature-vid .modal .video-text {
  color: white;
  margin-bottom: 24px;
}
.smbc-video-feature-widget .vid-col .feature-vid .modal iframe {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
}
.smbc-video-feature-widget .copy-col .copy-col-inner {
  padding: 27px 20px 60px 20px;
}
.smbc-video-feature-widget .copy-col h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 24px;
}
.smbc-video-feature-widget .copy-col p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 1px;
  color: #717171;
}
.smbc-video-feature-widget .copy-col a {
  display: block;
  margin-top: 24px;
}
.smbc-video-feature-widget .copy-col a.link-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 11px 34px;
  min-width: 300px;
  min-height: 44px;
  background: #f7f7f7;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #2d406c;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (min-width: 1023px) {
  .smbc-video-feature-widget.smbc-headline-listing-widget .vid-col {
    width: 400px;
    height: 225px;
  }
  .smbc-video-feature-widget .smbc-video-feature-widget-inner {
    /*            display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;*/
  }
  .smbc-video-feature-widget .vid-col {
    /*            width: 50%;
    max-width: 50%;
    min-height: 400px;
    padding: 0 3.6rem;*/
  }
  .smbc-video-feature-widget .vid-col .vid-col-inner {
    /*                width: 100%;
    height: 100%;
    float: right;
    margin: 0 2rem 0 0;*/
  }
  .smbc-video-feature-widget .vid-col .img-vid-thumb {
    /*                padding-top: 59.9%;
    height: 0;*/
  }
  .smbc-video-feature-widget .vid-col .vid-play-container {
    /*                height: 0;
    padding-top: 59.9%;*/
  }
  .smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon {
    width: 94px;
    height: 94px;
    position: absolute;
    top: 40%;
    /*left: 40%;*/
  }
  .smbc-video-feature-widget .vid-col .vid-play-container .headline-link .vid-play-icon {
    top: 36%;
    left: 36%;
  }
  .smbc-video-feature-widget .vid-col .feature-vid {
    /*position: relative;*/
  }
  .smbc-video-feature-widget .vid-col .feature-vid .modal {
    height: 100vh;
    width: 100vw;
    /*background: #333333;*/
  }
  .smbc-video-feature-widget .vid-col .feature-vid .modal .modal-content {
    width: 100vw;
    height: 100%;
    min-height: 1000px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .smbc-video-feature-widget .vid-col .feature-vid .modal .close {
    color: #fff;
  }
  .smbc-video-feature-widget .vid-col .feature-vid .modal .modal-body {
    position: relative;
    margin: auto;
    margin-top: 60px;
    flex: none;
    max-width: 1076px;
  }
  .smbc-video-feature-widget .vid-col .feature-vid .modal .video-text {
    color: white;
    margin-bottom: 24px;
  }
  .smbc-video-feature-widget .vid-col .feature-vid .modal iframe {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 600px;
  }
  .smbc-video-feature-widget .copy-col {
    width: 50%;
    max-width: 50%;
  }
  .smbc-video-feature-widget .copy-col .copy-col-inner {
    padding: 0 3.6rem 0 3.6rem;
  }
  .smbc-video-feature-widget .copy-col h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 300;
  }
  .smbc-video-feature-widget .copy-col p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .smbc-video-feature-widget .copy-col a.link-button {
    max-width: 310px;
  }
  .smbc-headline-listing-widget .vid-col .feature-vid .modal {
    width: 100%;
  }
}
