<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
[class^="wsCtImage"]
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[class^="wsCtImage"] img
{
    position: absolute;
}

[class^="wsCtImage"] .wsStrech
{
    width: 100%;
    height: 100%;
}

[class^="wsCtImage"] .wsPointer
{
    cursor: pointer;
}
</pre></body></html>