/* Egypt Villas Public Source Lock v226
   هدف اللوجو: موبايل فقط، 60%، داخل طبقة الصورة، CSS pseudo لا يتحرك مع تحديثات DOM. */
.ev-mobile-logo-mark{display:none!important;visibility:hidden!important;pointer-events:none!important}
@media (max-width: 900px){
  #tab-unit .unit-photo-main,
  #cards .card>.photo,
  .cards .card>.photo{
    position:relative!important;
    overflow:hidden!important;
    contain:paint!important;
    isolation:isolate!important;
  }
  #tab-unit .unit-photo-main>img,
  #cards .card>.photo>img,
  .cards .card>.photo>img{
    position:relative!important;
    z-index:1!important;
  }
  #tab-unit .unit-photo-main::before,
  #cards .card>.photo::before,
  .cards .card>.photo::before{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    width:60%!important;
    height:60%!important;
    max-width:60%!important;
    max-height:60%!important;
    transform:translate(-50%,-50%)!important;
    background-image:url("/ev-public-source-lock.php?asset=logo")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    z-index:6!important;
    pointer-events:none!important;
    user-select:none!important;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.38)) contrast(1.12) saturate(1.08)!important;
  }
  #tab-unit .unit-photo-main::after,
  #cards .card>.photo::after,
  .cards .card>.photo::after,
  #tab-unit .unit-photo-main .unitid,
  #cards .card>.photo .unitid,
  .cards .card>.photo .unitid{
    position:absolute!important;
    z-index:12!important;
  }
}
