/* =========================================
   Root + Fonts + Global
========================================= */


/* =========================================
   Hero
========================================= */


.hero-left-inner .x-logo {
  position: absolute;
  bottom: 20px;
  right: -180px;
  width: 342px;
  height: 317px;
  opacity: 0.8;
  z-index: 3;
}

.hero-right{
    position: relative;
}

.hero-img-tag {
    object-fit: cover;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;

}



.hero-right video.hero-video {
    width: 75%;
    height: unset;
    object-fit: cover;
    position: absolute;
    top: 102px;
    left: 14%;
    z-index: 1;
}


.hero-divider
 {
    border: 0;
    border-top: 1px solid #fff;
    margin: 0;
    margin-top: 55px;
}

.phone-section-1 .device-tile {
    border-radius: 45px;
    margin: 0px auto;
    width: 300px;
    height: 615px;
}



.device-phone-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: unset;
    pointer-events: none;
}

.device-tile--phone video,
.device-tile--phone img.device-el {
   width: 100%;
    /* height: 100%; */
    margin: 15px auto 0 auto;
    object-fit: fill;
}

.device-el {
    /* width: 100%; */
    /* height: 100%; */
    display: block;
    object-fit: cover;
}

.device-tile--phone-2{
        max-height: 535px;        
    }

.mx-iframe {
   height: 580px;
   width: 279px;
   margin: 50px auto;
   border-radius: 50px;
}

.mx-iframe video {
    /* width: 100%;
    height: 100%; */
    border: none;
    border-radius: 45px;
}

    .media-tile--xl{
        height: unset;
        background-color: #c8c8c8;
    }


    .designSectionContainerLeft{
    position: relative;
    }

    .designSectionContainerLeft img{
    width: 100%;
    height: auto;   
    position: relative;
    /* top: 0; 
    left: 0; */
    z-index: 2;
    }

.designSectionContainerLeft video.designSectionVideo {
    width: 50%;
    height: auto;
    position: absolute;
    top: 15%;
    left: 25%;  
    z-index: -0;
}


/* =========================================
   Responsive: Desktop (>= 992px)
========================================= */
@media (min-width: 992px) {

       

    


  
}

/* =========================================
   Responsive: Tablet/Mobile (<= 991.98px)
========================================= */
@media (max-width: 991.98px) {

    .hero-right video.hero-video {
    width: 77%;
    height: unset;
    object-fit: cover;
    position: absolute;
    top: 60px;
    left: 11%;
    z-index: 1;
}

          .hero-left-inner .x-logo {
        bottom: -52px;
        right: 33%;
        width: 120px;
        height: 100px;
    }

        .device-tile--phone{
        height: 270px;
    }

    .device-tile--phone video,
    .device-tile--phone img.device-el {
    width: 100%;
    height: 100%;
    margin: 5px auto 0 auto;
    object-fit: cover;
}

.hero-right {
    height: 425px;
}

.phone-section-1 .device-tile {
    border-radius: 45px;
   margin: 0 auto;
    width: 300px;
    height: 615px;
}

.mx-iframe {
   height: 580px;
   width: 279px;
   margin: 50px auto;
   border-radius: 50px;
}

.mx-iframe video {
    /* width: 100%;
    height: 100%; */
    border: none;
    border-radius: 45px;
    object-fit: contain;
    margin-top: 10px;
}

    .designSectionContainerLeft{
    position: relative;
    /* height: 230px; */
    }

.designSectionContainerLeft video.designSectionVideo
 {
    /* width: 290px;
    height: 170px; */
    position: absolute;
    top: 16%;
    left: 25%;
    z-index: 1;
}

}

/* =========================================
   Responsive: Small (<= 768px)
========================================= */
@media (max-width: 768px) {
 
}