

.header-avatar{
    width: 30px;
    height: 30px;
    object-fit: cover;
    vertical-align: bottom;
}
.front-logo{
    width: 50px;
    height: 50px;
    object-fit: cover;
    vertical-align: bottom;
}

/*Service*/
.service-image{
    width: 200px;
    height: 200px;
    object-fit: cover;
}

/*Blog*/
.list-image{
    width:200px;
    height:200px;
    object-fit: cover;
    object-align: center;
    max-width:100%;
}

/*Comment*/
.comment-avatar{
    width: 50px;
    height: 50px;
    object-fit: cover;
}


.shorten-overly{
    display: none;
}
.overlay-fixed, .overlay-absolute{
    background: rgb(0 0 0 / 50%);
    z-index: 9000;
    display: none;
}
.overlay-inner{
    min-width:300px;
    max-width:100%
}


.rounded-10{
    border-radius: 10px;
}

.last-child:last-child{
    display: none;
}