/*
CTC Separate Stylesheet
Updated: 2025-04-14 10:27:13
*/

.page-template-wp-custom-template-dakh-homepage-temporary {
  main {
    margin-top: 0!important;
    figure {
      width: 100%;
      img {
        height: 100vh;
        width: 100vw;
        object-fit: contain;
      }
    }
    .desk {
      height: 100vh!important;
      overflow: hidden;
      @media (max-width: 768px) {
        display: none!important;
      }
    }
    .mob {
      height: 100vh!important;
      overflow: hidden;
      margin-top: 0!important;
      @media (min-width: 769px) {
        display: none!important;
      }
    }
    .tamara-ai {
      position: absolute!important;
      right:0!important;
      bottom:0!important;
    }
  }
}