/* ModelBook performance: picture/lazy image compatibility */

picture{
  display:block;
}

picture img{
  width:100%;
  height:100%;
  object-fit:inherit;
  display:block;
}

.home-masonry-item picture,
.inner-photo-card picture,
.admin-grid article picture{
  width:100%;
  height:100%;
}

.home-masonry-item img,
.inner-photo-card img{
  transition:opacity .25s ease, transform .35s ease;
}

img[loading="lazy"]{
  content-visibility:auto;
}

.admin-grid article picture{
  height:190px;
  max-height:190px;
  overflow:hidden;
  border-radius:12px;
}

.admin-grid article picture img{
  width:100%;
  height:190px;
  max-height:190px;
  object-fit:cover;
}

@media(max-width:800px){
  .admin-grid article picture,
  .admin-grid article picture img{
    height:150px;
    max-height:150px;
  }
}
