.tag-cat-story .cat-story-logo {
    position: absolute;
    top: 55%;
    max-width: 421px;
    left: 32%;
    width: 100%;
}

.tag-cat-story .prsns-cat-media {
    position: absolute;
    max-width: 1000px;
    width: 100%;
    left: 7%;
    bottom: -6px;
}

@media (min-width: 320px) and (max-width: 920px) {
    .tag-cat-story .prsns-cat-media {
        width: 140%;
        left: 50%;
        height: auto !important;
        transform: translate(-50%, 0px);
    }

    .tag-cat-story .cat-story-logo {
        top: 42px;
        max-width: 160px;
        transform: translate(-50%, 0px);
        left: 50%;
    }
}
