.checklist-thumbnail {
    width: 300px;
    height: 300px;
    object-fit: contain; /* This property is applicable to images, not containers */
}

.property-docs-qr {
    width: 100px;
    height: 100px;
    background-image: url('/images/property-documentation-qr-code.svg');
    background-size: contain; /* Maintain aspect ratio */
    background-repeat: no-repeat; /* Prevent repeating the image */
    display: inline-block; /* Allow width and height to take effect */
    cursor: help; /* changes cursor to indicate it's clickable */
}

