/* PH Enterprise Framework - safe frontend performance helpers */
img{max-width:100%;height:auto;}
img[loading="lazy"]{content-visibility:auto;}
.ph-ratio{position:relative;display:block;overflow:hidden;}
.ph-ratio:before{content:"";display:block;padding-top:66.666%;}
.ph-ratio>img,.ph-ratio>iframe{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
