.post-format-type {
    position: relative;
}
.post-format-video .post-format-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    line-height: 1;
}
.post-format-video .post-format-icon img {
    margin-bottom: -16px;
}
.post-format-type.post-format-video {
    overflow: hidden;
}
/*aside*/
.post-format-type.post-format-aside a.akp-ecl-thumb-wrap {
    padding: 0;
    border-radius: 17px;
}
.post-format-type.post-format-aside img.akp-ecl-thumb {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    border-radius: 17px;
}
/*gallery*/
.post-format-type.post-format-gallery span.gallery-count_box {
    position: absolute;
    background: #f47a1f;
    padding: 10px;
    border-radius: 50px;
    margin: 16px 18px 0px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    gap: 10px;
    height: auto;
    left: 9px;
    line-height: 1;
}
.post-format-type.post-format-gallery span.gallery-count_box img {
    width: 16px;
    height: 16px;
}
.post-format-type.post-format-gallery span.gallery-count_box > span {
    margin-bottom: -3px;
}