/* CSS Document */
/* @JM: This is for any mobile styling we need to do as well as any other customizations needed for any sections */


/* .section-name.panel {
    position: relative;
    overflow: hidden;
} */


/* .as-background-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */


/* .as-background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; 
} */


/* .as-background-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2; 
}  */


/* .as-background-video-tag {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
} */


/* .as-background-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
} */


/* @media (max-width: 768px) {
    .section-name.panel .as-background-container {
        background-image: url(''); 
    }
} */ 