.video-wrapper{
  position:relative;
  overflow:hidden;
}

.video-wrapper .bg-type {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ytb-wrapper {
  position: relative;
  height: 500px;
}
/* div#ytbvideo {
position: absolute;
top: 0;
left: 0;
height: 100%;
} */

.video-wrapper .playbtn {
  text-align: Center;
  height: 500px;
  position: relative;
}
.video-wrapper .bg-type .playbtn img.thumb {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
}

.video-wrapper .content-column{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
}

.video-wrapper .content-column .contact-button {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 160px;
  text-align: center;
}

.video-wrapper .content-column .contact-button svg {
  width: 9px;
  top: 4px;
  left: 5px;
  fill: #344263;
  position: relative;
}


{# BUTTON STYLE FOR ICON LEFT SIDE #}
.video-wrapper .content-column .btn-solid.dark .contact-button,
.video-wrapper .content-column .solid-icon.dark .contact-button{
  background: #344263;
  color: #fff;
  border: 4px solid #344263;
}

.video-wrapper .content-column .btn-solid.dark .contact-button svg,
.video-wrapper .content-column .solid-icon.dark .contact-button svg{
  fill: #fff;
}

.video-wrapper .content-column .outline.dark  .contact-button,
.video-wrapper .content-column .outline-icon.dark  .contact-button{
  background: transparent;
  border:4px solid #344263;
  color: #344263;
}

.video-wrapper .content-column .btn-solid.light .contact-button,
.video-wrapper .content-column .solid-icon.light .contact-button{
  background: #eee;
  color: #fff;
  border:4px solid #eee;
}
.video-wrapper .content-column .btn-solid.light .contact-button svg,
.video-wrapper .content-column .solid-icon.light .contact-button svg{
  fill: #fff;
}

.video-wrapper .content-column .outline.light  .contact-button,
.video-wrapper .content-column .outline-icon.light  .contact-button{
  background: transparent;
  border:4px solid #eee;
  color:#eee;
}

.video-wrapper .content-column .outline.light .contact-button svg,
.video-wrapper .content-column .outline-icon.light .contact-button svg {
  fill: #eee;
}

.video-wrapper .content-column .btn-solid.accent-1 .contact-button,
.video-wrapper .content-column .solid-icon.accent-1 .contact-button{
  background: #81d8fd;
  color: #fff;
  border: 4px solid #81d8fd;
}
.video-wrapper .content-column .btn-solid.accent-1 .contact-button svg,
.video-wrapper .content-column .solid-icon.accent-1 .contact-button svg{
  fill: #fff;
}
.video-wrapper .content-column .outline.accent-1 .contact-button,
.video-wrapper .content-column .outline-icon.accent-1 .contact-button{
  background: transparent;
  color: #81d8fd;
  border: 4px solid #81d8fd;
}
.video-wrapper .content-column .outline.accent-1 .contact-button svg,
.video-wrapper .content-column .outline-icon.accent-1 .contact-button svg{
  fill: #81d8fd;
}

.video-wrapper .content-column .btn-solid.accent-2 .contact-button,
.video-wrapper .content-column .solid-icon.accent-2 .contact-button{
  background: #f7bd2b;
  color: #344263;
  border: 4px solid #f7bd2b;
}
.video-wrapper .content-column .btn-solid.accent-2 .contact-button svg,
.video-wrapper .content-column .solid-icon.accent-2 .contact-button svg{
  fill: #344263;
}
.video-wrapper .content-column .outline.accent-2 .contact-button,
.video-wrapper .content-column .outline-icon.accent-2 .contact-button{
  background: transparent;
  color: #f7bd2b;
  border: 4px solid #f7bd2b;
}
.video-wrapper .content-column .outline.accent-2 .contact-button svg,
.video-wrapper .content-column .outline-icon.accent-2 .contact-button svg{
  fill: #f7bd2b;
}

