.sekret-nebes .cat-story-logo {
    height: 206px;
    position: absolute;
    top: 30px;
    left: 8px;
}

.sekret-nebes .prsns-cat-media {
    position: absolute;
    right: 49px;
    bottom: 0;
    height: 250px;
}

@media (min-width: 320px) and (max-width: 910px) {
	.sekret-nebes .cat-story-logo {
		top: 17px;
		height: 97px !important;
		left: 4%;
	}	
	.sekret-nebes .prsns-cat-media {
		width: auto;
		height: 136px;
		max-height: unset;
		max-width: unset;
		left: 50%;
		transform: translate(-50%, 0px);
	}
}