body.widget-snippet .home-banner-content .video-content:before,
.fee .home-banner-content .video-content:before{
  display:none;
}

body.widget-snippet .home-banner-content .video-content video {
  height: 700px;
}

body.widget-snippet .home-banner-content .text-content {
  max-width: 415px;
  position: relative;
  left: unset;
  top: unset;
}

body.widget-snippet .home-banner-content .text-content h1,
body.widget-snippet .home-banner-content .text-content p {
  color: #000;
}
.fee .home-banner-content .text-content a:first-of-type,
body.widget-snippet .home-banner-content .text-content a:first-of-type {
  margin: 30px 0 20px;
}

body.widget-snippet .home-banner-content .text-content a:last-of-type {
  border: 1px solid #000;
  color: #000;
}
.fee .home-banner-content .text-content{
  z-index:99999;
}

.home-banner-content .video-content {
  position: relative;
}
.home-banner-content .video-content:before{
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(2px);
  position: absolute;
  content: '';
  width: 100%;
  height: 99.3%;
  left: 0;
  top:0;
  opacity: 55%;
}
.home-banner-content .video-content video {
  width: 100%;
  object-fit: cover;
  height: 780px;
  object-position: center;
}
.home-banner-content .text-content {
    max-width: 600px;
    position: absolute;
    left: 260px;
    top: 165px;
}
.home-banner-content .text-content h1{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 58px;
  line-height: 68px;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
}

.home-banner-content .text-content p{
  padding: 0;
  margin: 0 0 20px;
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0;
  color: rgb(255,255,255,0.82);
}
.home-banner-content .text-content p:last-of-type{
  margin: 0;
}
.home-banner-content .text-content a{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 19px;
  letter-spacing: 0.01em;
  max-width: 235px;
  width: 100%;
  display: block;
  height: 44px;
  padding: 12px 10px;
  text-decoration: none;
  background: rgba(255, 113, 0, 1);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 30px 0 0;
}
.home-banner-content .text-content a:hover{
background: #000;
color:#fff;
}
