/** Shopify CDN: Minification failed

Line 61:9 Expected identifier but found whitespace
Line 61:10 Unexpected "130%"

**/
.page-hero-background {
    position: absolute;
    top: -176px;
    left: 0;
    width: 100%;
}
.inner-page-hero-sec {
    margin-top: 0;
}
.page-hero-background img.bgimage__image {
    width: 100%;
    height: auto;
}
/* main#MainContent {
    margin-top: 185px;
} */


div#theme-mp-video-1 {
    display: block !important;
    height: auto !important;
    line-height: 0.1;
}

div#theme-mp-video-1 video {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  border-radius: 20px;
}

.custom-video-bg .video-container__video {
    overflow: inherit !important;
}

.custom-video-bg .video-container {
    animation: none !important;
    overflow: inherit !important;
    transform: none !important;
    height: auto !important;
}  

@media (max-width: 939px){
  main#MainContent {
    margin-top: 0;
}
  .page-hero-background {
    top: 0;
  }
}

/* @media screen and (min-width: 1800px) {
  body {
    /* webkit browsers */
    zoom: 130%;
    /* moz browsers , since there is no support to "zoom" */
    -moz-transform: scale(1.3);
    -moz-transform-origin: 0 0
  }
} */