:root{
    --aff : #d81953;
}

.article-img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
}

.article-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.category-cy{
    background-color: var(--aff);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
}

.cont-5x{
    width:100%;
    min-height:70px;
    overflow:hidden;
}

.cont-5x img{
    width: 100%;
    height: auto;
}


.sidebarx{
    background-color: rgb(248, 252, 253);
    min-height: 200px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

.sidebarx {
    width: 100%;
    position: relative;
}

.sidebarx iframe {
    width: 100%;
    height: auto;
}


@media(max-width:768px){
    .article-img{
        height: 40vh;
    }
}