/* =========================================
   Root + Fonts + Global
========================================= */


/* =========================================
   Hero
========================================= */


.hero-left-inner .x-logo {
  position: absolute;
  bottom: 150px;
  right: -150px;
  width: 309px;
  height: 234px;
  opacity: 0.8;
}


.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: 96%;
    height: 314px;
    margin: 175px auto 0 auto;
    object-fit: cover;
}

.device-el {
    /* width: 100%; */
    /* height: 100%; */
    display: block;
    object-fit: cover;
}



/* =========================================
   Responsive: Desktop (>= 992px)
========================================= */
@media (min-width: 992px) {

       .device-tile--phone{
        height: 615px;
    }


  
}

/* =========================================
   Responsive: Tablet/Mobile (<= 991.98px)
========================================= */
@media (max-width: 991.98px) {

          .hero-left-inner .x-logo {
        bottom: -60px;
        right: 33%;
        width: 150px;
        height: 100px;
    }

        .device-tile--phone{
        height: 494px;
    }

    .device-tile--phone video,
    .device-tile--phone img.device-el {
    width: 96%;
    height: 272px;
    margin-top: 212px;
    margin: 183px auto 0 auto;
    object-fit: cover;
}

.phone-section-1 .device-tile {
    border-radius: 45px;
   margin: 0 auto;
    width: 300px;
    height: 615px;
}

}

/* =========================================
   Responsive: Small (<= 768px)
========================================= */
@media (max-width: 768px) {
 
}