.owl-carousel-post .item img{
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center center;
}

.post-image{
    height: 33vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.ry-post-title, .post-cat{
    text-align: center;
    text-shadow: 0 0 2px rgb(0 0 0 / 40%);
    color: #fff !important;
}

.ry-post-hero{
    background-size: cover;
    background-position: center center;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-post-cats{
    background: gray;
    list-style: none;
    overflow: hidden;
    display: block;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    padding-bottom: 0;
}

.ry-post-cats li{
    background: #333;
    color: #333;
    padding: .3rem 1rem;
    margin-right: 8px;
    border-radius: 2px;
    margin-bottom: 8px;
}

.ry-post-cats li:last-child{
    margin-right: 0;
}

.ry-post-cats li a{
    color: #fff !important;
}

.ry-post-cats li:hover{
    background: rgb(0 0 0 / 80%);
}

.ry-post-cats li a:hover{
    color: rgb(255 255 255 / 80%) !important;
}

.news-loop-image{
    aspect-ratio: 1;
    
}