/**
 * Phase 6 — Performance micro-optimizations
 * @package GoTryTech
 */

img {
  height: auto;
}

.gtt-home-article-card img,
.gtt-blog-card__image img,
.gtt-project-card__image img {
  content-visibility: auto;
}

.gtt-hero,
.gtt-archive-hero {
  contain: layout style paint;
}
