/** Shopify CDN: Minification failed

Line 127:0 Unexpected ")"
Line 128:0 Expected "}" to go with "{"

**/
.video-with-text-extended .video-text-wrapper{
  width: 100%;
  margin: auto;
}
.video-with-text-extended .video__poster.enable-grid img{
  height: 100%;
  max-height: var(--vid-height);
  min-height: var(--vid-height);
}
.video-with-text-extended .image__hero__frame.enable-grid {
  border-radius: 5px;
  justify-self: center;
}
.video-with-text-extended .video__player.enable-grid{
  border-radius: 5px;
  min-height: var(--vid-height);
  max-height: var(--vid-height);
}
.video-with-text-extended .video-text-wrapper.grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: var(--bg-color);
  align-items: center;
}
.video-with-text-extended .frame.grid{
  width: 100%;
  margin: auto;
}
.video-with-text-extended .header-icon img{
  max-width: var(--icon-width);
  height:auto;
  display: block;
}
.video-with-text-extended .header{
  display: flex;
  justify-self: var(--text-align);
}
.video-with-text-extended .header-icon.inline{
  display: inline-block;
  vertical-align: middle;
  align-items: center; 
  margin-left: 2px;
}
.video-with-text-extended .header-with-icon {
  display: inline;
  white-space: normal;
  margin: 0 auto;
  text-align: var(--text-align);
  font-weight: 400;
}
.video-with-text-extended .uppercase{
  text-transform: uppercase;
}

.video-with-text-extended .title-with-text-container{
  margin: 30px auto;
}
.video-with-text-extended .title-with-text-container p{
  margin: 0;
}
.video-with-text-extended .button-container{
  padding:20px 0;
  justify-self:var(--text-align);
}
.video-with-text-extended .button.enable-background{
  background-color:var(--btn-bg-color);
  border: 1px solid var(--btn-bd-color, (--btn-bg-color));
  padding: 12px 30px;
  border-radius: 5px;
}
.video-with-text-extended .button.enable-background:hover{
  background-color: var(--hv-bg-color);
  border: 1px solid var(--hv-bd-color);
}
.video-with-text-extended .button:hover{
  color: var(--hv-clr);
}

.video-with-text-extended .video-text-wrapper .video-wrapper{
  padding: 0px 20px
}

.video-with-text-extended .video-text-wrapper.video-position2 .video-wrapper{
  order: 2;
}

.video-with-text-extended .content-container.text-wrapper{
  padding: 0px 20px;
}


@media screen and (max-width: 1024px){
  .video-with-text-extended .content-container{
    margin-right:50px;
  }
}

@media screen and (max-width: 768px) {
 .video-with-text-extended .video-text-wrapper.grid{
   grid-template-columns: 1fr;
 }
  .video-with-text-extended .content-container{
    width: 90%;
    margin-right:0;
    justify-self: center;
  }

  .video-with-text-extended .content-container.text-wrapper{
  padding: 0px;
}
  
  .video-with-text-extended .content-container.text-wrapper .header{
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px){
  .video-with-text-extended .video__player.enable-grid{
    min-height: var(--vid-height-mb);
    max-height: var(--vid-height-mb);
  }
)
