.wdk-image {
    width: 100%;
    height: 300px;
    border-radius: var(--radius);
    object-fit: contain;
    object-position: center;
    flex-shrink: 0 !important;
}

.wdk-image.image-cover {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.wdk-image.s-26 {
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.wdk-image.s-36 {
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.wdk-image.s-72 {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.wdk-image.s-90 {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.wdk-image.s-128 {
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.wdk-image.size-174 {
    width: 174px;
    height: 174px;
    object-fit: cover;
}

.wdk-image.s-180x100 {
    width: 180px;
    height: 100px;
    object-fit: cover;
}
