﻿.smbc-video-feature-widget .eyebrow {
  color: #826E4F;
}
.smbc-video-feature-widget .container {
  padding: 0;
}
.smbc-video-feature-widget .vid-col {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}
.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;
}
.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;
}
.smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  transition: transform 0.4s;
  cursor: pointer;
}
.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.svg);
}
.smbc-video-feature-widget .vid-col .vid-play-container .vid-play-icon.white {
  background-image: url(../../../../images/vid-play-white.svg);
}
.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.active {
    display: block;
}
.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;
  z-index:3;
}
.smbc-video-feature-widget .vid-col .feature-vid .modal .modal-bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333333;
    z-index:1;
    opacity:88%;
}

.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-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 {
    position: absolute;
    top: 48%;
    left: 48%;
  }
  .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;
  }
}
