.hunt-you-cat .prsns-cat-media {
    height: 300px;
    position: absolute;
    top: 18%;
    left: 5%;
}

.hunt-you-cat .disclamer-bg {
    background-size: 100%;
}

.hunt-you-cat .cat-story-logo {
    right: 2%;
    top: 22%;
    left: unset;
    position: absolute;
    filter: drop-shadow(0px 0px 2px #0000009e) brightness(1.1);
}

@media (min-width: 320px) and (max-width: 910px) {
    .hunt-you-cat .prsns-cat-media {
        height: 154px;
        width: auto;
        left: 50%;
        bottom: -17px;
        transform: translate(-50%, 0px);
        top: unset;
        max-height: unset;
        max-width: unset;
    }

    .hunt-you-cat .cat-story-logo {
        z-index: -1;
        top: 9%;
        height: 121px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
}