.saunawoodseu-category-image-block {
    text-align: center;
}

.saunawoodseu-category-image-block .image-container {
    position: relative;
    display: inline-block;
    max-height: 30rem;
    height: 30rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 4px;
}

.saunawoodseu-category-image-block .category-title {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 10px;
    border-bottom-left-radius: 4px;
}

.saunawoodseu-category-image-block .category-title h2{
    color: #ffffff;
}