
/* V11 PHONE FIT ONLY
   Không thay bố cục / vị trí / màu / hiệu ứng của V11.
   Chỉ thu đồng đều toàn bộ màn hình khi chiều cao điện thoại không đủ. */
.phone-fit-host{
  position:relative!important;
  overflow:hidden!important;
}
.phone-fit-inner{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  width:100%!important;
  transform-origin:top center!important;
  will-change:transform;
}
@media (min-width:601px){
  .phone-fit-host{overflow:visible!important}
  .phone-fit-inner{
    position:static!important;
    transform:none!important;
    width:100%!important;
  }
}
