.watch-video-section {
  background: url('/template/85b5ce5e/images/demo-video-bg.png') no-repeat;
  background-size: cover;
  background-position: right;
  padding: 150px 0 170px;
}
.watch-video-section .video-container {
  max-width: 1070px;
  margin: 0 auto -360px;
}
.watch-video-section .video-container .title-part {
  margin: 0 0 45px;
}
.watch-video-section .video-container .title-part h2 {
  font-family: Biotif;
  font-weight: 600;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
}
.watch-video-section .video-container .video-part {
  position: relative;
}
.watch-video-section .video-container .video-part .video video {
  width: 100%;
  border-radius: 18px;
}
.watch-video-section .video-container .video-part .video {
  position: relative;
  border-radius: 18px;
}
.watch-video-section .video-container .video-part .video:after {
  backdrop-filter: blur(5px);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0000002E;
  border-radius: 18px;
}
.watch-video-section .video-container .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
}
.watch-video-section .video-container .video-button a{
    width: 45px;
    height: 45px;
    background: url(/template/85b5ce5e/images/play-btn.svg) no-repeat !important;
    display: inline-block;
    background-position: 0 0 !important;
    cursor: pointer;
}
.watch-video-section .video-container .video-button a:hover {
  background-position: 0 -105px !important;
}
.watch-video-section .video-container .button-part{
  margin: 60px 0 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
.watch-video-section .video-container .button-part a {
  border-radius: 10px;
  background: #F87252;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 205px;
  margin:0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.watch-video-section .video-container .button-part a:hover {
  background: #FFBE63;
  color: #000;
}
