/** Shopify CDN: Minification failed

Line 46:8 Expected ":"
Line 102:55 Unexpected "{"

**/
.video-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video-section video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.video-section .mute-toggle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  background:transparent;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
}
.video-section-content {
    position: absolute;
    bottom: 15%;
    width: 100%;
    text-align: center;
    padding: 15px;
}
h1.video-section-heading, h1.video-section-heading p{
    font-size: 28px;
    font-family: var(--font-body-family);
    color: #fff;
}
h1.video-section-heading p strong{
  text-transform:uppercase;
  font-w
}
/* a.video-section-btn {
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
} */
a.video-section-btn {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    max-width: fit-content;
    padding: 5px 15px;
    transition: all .4s ease-in-out;
}
a.video-section-btn:hover {
    color: #1b1e34;
    background: #fff;
}
.video-section-content.video-content-left {
    max-width: fit-content;
    text-align: left;
    left: 70px;
    bottom: 5%;
    /* background: #5e5e5e1f; */
}
.video-section .mute-toggle.video-content-left {
    right: 10%;
    left: auto;
}
.video-section-content.video-content-left .video-section-heading, .video-section-content.video-content-left .video-section-heading p {
    font-size: 33px;
    font-family: var(--font-heading-family);
    letter-spacing: 2px;
    line-height: 190%;
    /* font-style: italic; */
}
.video-content-left .video-section-btn {
    margin-top: 35px;
}
@media(max-width:749px){
.video-section {
    aspect-ratio: 1/1;
    height: 80vh;
}
.video-section video {
    height: 100%;
}  
.video-section-content {
    bottom: 10%;
}
h1.video-section-heading, h1.video-section-heading p,  {
    width: 100%;
    font-size: 18px;
    max-width: 220px;
    margin: 0 auto;
}
.video-section-content.video-content-left .video-section-heading, .video-section-content.video-content-left .video-section-heading p {
    font-size: 20px;    
}
.video-section .mute-toggle {
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.video-section .mute-toggle svg {
    width: 22px;
    height: 22px;
}
a.video-section-btn {
    margin-top: 10px;
    font-size:12px;
}
.video-section-content.video-content-left {
    left: 20px;
}
.video-content-left .video-section-btn {
    margin-top: 20px;
}
.video-section .mute-toggle.video-content-left {
    right: 5%;
    bottom: 50px;
}
}

