.video-wrap {
    width: 100%;
    background-color: rgba(0,0,0,0.8);background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #fff;
    min-height: 500px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    margin-bottom: 20px;
}

.video-wrap a {position: absolute; top: 0px; left: 0px; bottom: 0px; width:100%;}
.video-wrap p {color: #fff; font-size: 16px; font-family: din_next;}
.video-wrap i {color: #fff; margin-top: 200px; font-size: 60px;}
.video-wrap img {position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 0.3;}

    .layer {
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col .video-wrap {
    width: 400px;
    max-width: 100%;
    max-width: 100vw;
    max-width: calc(100vw - 30px);
    min-height: 225px;
}
.col .video-wrap i {margin-top: 65px; }

.video-wrap:hover { opacity: 0.5; }

.embedded-video-16-9 {
    width:  90vw;
    height: 50.625vw; /* 90*9/16 */
    margin-left: 5vw;
    margin-right: 5vw;
  }

  @media (min-width: 893px) {
    .embedded-video-16-9 {
      width: 45vw;
      height: 25.3125vw; /* 45*9/16 */
      margin-left: 2vw;
      margin-right: 2vw
    }
  }
