/*--------------------------------------------------------------
## Video Block
--------------------------------------------------------------*/
.tb-video-block.tb-style1 {
  min-height: 330px;
  height: 100%;
}

.tb-video-block.tb-style2 {
  height: 475px;
  position: relative;
  padding: 10px;
  background: #fff;

}

.tb-video-block.tb-style2.tb-type1 {
  height: 370px;
}

.tb-video-block.tb-style2.tb-type1 .tb-video-block-half-bg {
  position: absolute;
  height: 50%;
  width: 100vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

.tb-video-block.tb-style2.tb-type1 .tb-box-shadow2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.tb-video-block.tb-style2 .tb-bg {
  height: 100%;
  width: 100%;
}

.tb-video-block.tb-style2 .tb-play-btn.tb-style1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-video-block.tb-style3 .tb-bg,
.tb-video-block.tb-style4 .tb-bg {
  height: 100%;
  width: 100%;
  position: absolute;

}

.tb-video-block.tb-style3 {
  min-height: 350px;
  height: 100%;
}

.tb-video-block.tb-style4 {
  height: 540px;
}

/*Video Block Text Section*/
.tb-video-blog-text.tb-style1 {
  width: 670px;
  padding: 60px;
  padding-top: 55px;
  position: relative;
  z-index: 2;
  background: #fff;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*Play Button*/
.tb-play-btn.tb-style1 {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  border: 3px solid #fff;
  position: relative;
  z-index: 1;
}

.tb-play-btn.tb-style1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 30px;
  border-color: transparent transparent transparent #fff;
  margin-left: -12px;
  margin-top: -17px;
}

.tb-play-btn.tb-style1:hover {
  opacity: 0.8;
}

.tb-video-block.tb-style2 .tb-play-btn.tb-style2,
.tb-video-block.tb-style3 .tb-play-btn.tb-style2,
.tb-video-block.tb-style4 .tb-play-btn.tb-style2,
.tb-video-block.tb-style2 .tb-play-btn.tb-style3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tb-play-btn.tb-style2 {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-play-btn.tb-style2:hover,
.tb-play-btn.tb-style2:focus {
  opacity: 0.7;
  color: #fff;
}

.tb-play-btn.tb-style3 {
  height: 80px;
  width: 80px;
  background: rgba(19, 206, 102, 0.9);
  border-radius: 50%;
  padding-left: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tb-play-btn.tb-style3:hover {
  background-color: #13ce66;
  color: #fff;
}

.tb-video-block.tb-style3.tb-type1 {
  position: relative;
  top: -60px;
  min-height: 520px;
}

.tb-video-block,
.tb-video-block .tb-bg {
  position: relative;
}

.tb-video-block .tb-bg:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.1);
  left: 0;
  top: 0;
  z-index: 1;
}

.tb-video-block.tb-style5,
.tb-video-block-wrapper.tb-hover-layer {
  border-radius: 5px;
  min-height: 400px;
  height: 100%;
  -webkit-box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 50px 30px -40px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1199px) {
  .tb-video-blog-text.tb-style1 {
    width: 550px;
    padding: 60px 30px;
  }
}

@media screen and (max-width: 991px) {
  .tb-video-block.tb-style3.tb-type1 {
    top: 0;
  }

  .tb-video-blog-text.tb-style1 {
    width: 100%;
  }

  .tb-video-block.tb-style4 {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .tb-play-btn.tb-style1 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .tb-video-block.tb-style1 {
    margin-bottom: 30px;
  }
}
