




/* 
    #MARK: ARTICLE
*/

.navbar-brand .d-logo,
.navbar-brand  img { 
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left;
}


/* 
    #MARK: ARTICLE
*/

.thumb-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cpt-thumbnail {
    width: 100%;
    height: 100%;
}

.cpt-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}





.cpt-navi {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cpt-navi .link-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cpt-navi .thumb-bg {
    width: 150px;
    height: 80px;
}

.cpt-navi small {
    display: block;
}

/* 
    #MARK: INSIDE ARTICLE
*/

.post-gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}