/* =========================================
   Root + Fonts + Global
========================================= */


/* =========================================
   Hero
========================================= */


.hero-left-inner .x-logo {
  position: absolute;
  bottom: 20px;
  right: -157px;
  width: 342px;
  height: 317px;
  opacity: 0.8;
}

.hero-divider
 {
    border: 0;
    border-top: 1px solid #fff;
    margin: 0;
    margin-top: 110px;
}

.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;
}


.website-frame-inner{
    position: absolute;
    inset: 0;
    width: 47%;
    height: unset;
    top: 17%;
    left: 26%;
    z-index: 0;
}

.website-frame-outer{
    position: relative;
    inset: 0;
    width: 100%;
    height: unset;
    pointer-events: none;
    z-index: 1;
}

.device-tile--phone video,
.device-tile--phone img.device-el {
   width: stretch;
    height: unset;
    margin: 12px 8px 0 8px;
    object-fit: cover;
}

.device-el {
    /* width: 100%; */
    /* height: 100%; */
    display: block;
    object-fit: cover;
}

.device-tile--phone{
        height: 270px;        
    }

.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;
    }



/* =========================================
   Responsive: Desktop (>= 992px)
========================================= */
@media (min-width: 992px) {

       
    .photo-tile
 {
        height: 245px;
    }
    


  
}

/* =========================================
   Responsive: Tablet/Mobile (<= 991.98px)
========================================= */
@media (max-width: 991.98px) {

          .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;
}

.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;
}

}

/* =========================================
   Responsive: Small (<= 768px)
========================================= */
@media (max-width: 768px) {
 
}