.hooly-story .cat-story-section {
	background-position: 90% 82%;
}
.hooly-story .prsns-cat-media {
	position: absolute;
	height: 350px;
	bottom: -50px;
	right: 9%;
}
.hooly-story .cat-story-logo {
	height: 141px;
	position: absolute;
	top: 32%;
	left: 6%;
}
.hooly-story .disclamer-bg {
  
  background-size: 100%;
}
@media (min-width: 320px) and (max-width: 910px) {
	.hooly-story .prsns-cat-media {
		height: 210px;
		right: 0;
		transform: translate(-50%, 0px);
		left: 50%;
		max-width: unset;
	}
	.hooly-story .cat-story-logo {
		height: 82px !important;
		top: 60%;
		left: 17px;
		filter: drop-shadow(2px 4px 6px black);
	}
}