/*------------------------------------*\
    SBR VIDEOS
\*------------------------------------*/
#videoPopup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  display: none; }
  #videoPopup .vContain {
    max-width: 800px;
    position: relative;
    top: 50%;
    text-align: right;
    margin: -260px auto 0;
    padding-bottom: 0px; }
    #videoPopup .vContain #close {
      font-size: 36px;
      color: #fff;
      cursor: pointer; }
    #videoPopup .vContain p.video-link {
      color: #fff;
      text-align: center;
      margin-top: 20px;
      display: none; }
      #videoPopup .vContain p.video-link a {
        color: #fff;
        text-decoration: underline;
        background: #268dd4;
        color: #fff;
        border-radius: 3px;
        padding: 10px 10px;
        text-transform: uppercase;
        font-family: 'Quicksand', sans-serif;
        font-weight: 600;
        font-size: 16px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        text-decoration: none; }
        #videoPopup .vContain p.video-link a:hover {
          background: #1d70a9; }

/*# sourceMappingURL=style.css.map */
