<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c7n-image-prop-height {                                    
    background-position: center center;
    background-size: cover;
    display: block;     
    height: 100%;
    width: 100%;            
    position: relative;
}    

.c7n-image-prop-height::after {
    content: " ";
    display: block;
    padding-bottom: 75%;
}   </pre></body></html>