.logo img,
.navbar-brand-item {
    aspect-ratio: 143 / 35;
    height: auto;
    max-width: 100%;
}

.post-content img,
.post-content iframe,
.post-content video,
.post-content embed {
    max-width: 100%;
}

.post-content img {
    height: auto;
}

.post-content img:not([width]),
.post-content img:not([height]) {
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.post-content iframe,
.post-content .video {
    aspect-ratio: 16 / 9;
}

.post-content .video iframe {
    height: 100%;
}

.entry .thumbnail-attachment,
.card-img-scale,
.profile-post-image,
.profile-follow-image {
    contain: layout paint;
}