/**
 * NukeViet Content Management System
 * @version 5.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2025 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */
.page-img-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  --bs-aspect-ratio: 75%;
}
@media (min-width: 768px) {
  .page-img-wrap {
    --bs-aspect-ratio: 66.67%;
  }
}

/*# sourceMappingURL=page.r.css.map */